Make artery the default remoting (#26772)
This commit is contained in:
parent
ac91c797a5
commit
efc3adc08d
158 changed files with 977 additions and 999 deletions
|
|
@ -72,7 +72,7 @@ public class RemoteDeploymentDocTest extends AbstractJavaTest {
|
|||
@Test
|
||||
public void demonstrateProgrammaticConfig() {
|
||||
// #programmatic
|
||||
ConfigFactory.parseString("akka.remote.netty.tcp.hostname=\"1.2.3.4\"")
|
||||
ConfigFactory.parseString("akka.remote.classic.netty.tcp.hostname=\"1.2.3.4\"")
|
||||
.withFallback(ConfigFactory.load());
|
||||
// #programmatic
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue