Skip to content

Commit

Permalink
[Java] Don't set ingress endpoint in ClusterConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Aug 9, 2021
1 parent 2989e9d commit f169441
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public static ClusterConfig create(
.clusterMembers(clusterMembers)
.clusterDir(new File(baseDir, "consensus-module"))
.archiveContext(aeronArchiveContext.clone())
.ingressChannel("aeron:udp?term-length=64k")
.replicationChannel("aeron:udp?endpoint=" + hostname + ":0");

final ClusteredServiceContainer.Context clusteredServiceContext = new ClusteredServiceContainer.Context()
Expand Down

0 comments on commit f169441

Please sign in to comment.