Make artery the default remoting (#26772)
This commit is contained in:
parent
ac91c797a5
commit
efc3adc08d
158 changed files with 977 additions and 999 deletions
|
|
@ -14,22 +14,25 @@ object MessageLoggingSpec {
|
|||
akka.loglevel = info // debug makes this test fail intentionally
|
||||
akka.actor.provider = remote
|
||||
akka.remote {
|
||||
|
||||
classic {
|
||||
log-received-messages = on
|
||||
log-sent-messages = on
|
||||
|
||||
netty.tcp {
|
||||
hostname = localhost
|
||||
port = 0
|
||||
}
|
||||
|
||||
artery {
|
||||
enabled = $artery
|
||||
transport = aeron-udp
|
||||
canonical.hostname = localhost
|
||||
canonical.port = 0
|
||||
log-received-messages = on
|
||||
log-sent-messages = on
|
||||
}
|
||||
}
|
||||
|
||||
artery {
|
||||
enabled = $artery
|
||||
transport = aeron-udp
|
||||
canonical.hostname = localhost
|
||||
canonical.port = 0
|
||||
log-received-messages = on
|
||||
log-sent-messages = on
|
||||
}
|
||||
}
|
||||
""".stripMargin)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue