Make artery the default remoting (#26772)
This commit is contained in:
parent
ac91c797a5
commit
efc3adc08d
158 changed files with 977 additions and 999 deletions
|
|
@ -30,7 +30,7 @@ public class StatsSampleOneMasterMain {
|
|||
for (String port : ports) {
|
||||
// Override the configuration of the port
|
||||
Config config =
|
||||
ConfigFactory.parseString("akka.remote.netty.tcp.port=" + port)
|
||||
ConfigFactory.parseString("akka.remote.classic.netty.tcp.port=" + port)
|
||||
.withFallback(ConfigFactory.parseString("akka.cluster.roles = [compute]"))
|
||||
.withFallback(ConfigFactory.load("stats2"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue