Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed May 13, 2020
1 parent 1ed2daa commit 932ec85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static void main(String[] args) {
Microservices.builder()
.discovery(ScalecubeServiceDiscovery::new)
.transport(RSocketServiceTransport::new)
.contentType(CONTENT_TYPE) // need to send with non-default data format
.defaultContentType(CONTENT_TYPE) // need to send with non-default data format
.startAwait();

final Address seedAddress = seed.discovery().address();
Expand Down

0 comments on commit 932ec85

Please sign in to comment.