X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=akka%2Frepackaged-akka-jar%2Fsrc%2Fmain%2Fresources%2Fremote_reference.conf;fp=akka%2Frepackaged-akka-jar%2Fsrc%2Fmain%2Fresources%2Fremote_reference.conf;h=310781fae6054373641a803986dd7a124363faee;hb=e2c835865f5c6534758d2bfd0451efef1545a98f;hp=4e465e31fe52633610f2bc1f75f4d96f93fcff74;hpb=05493d58614f3e8f4e759a2099a5fad891f6aa36;p=controller.git diff --git a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf index 4e465e31fe..310781fae6 100644 --- a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf @@ -742,14 +742,14 @@ akka { artery { # Disable artery with this flag - enabled = off + enabled = on # Select the underlying transport implementation. # # Possible values: aeron-udp, tcp, tls-tcp # See https://doc.akka.io/docs/akka/current/remoting-artery.html#selecting-a-transport for the tradeoffs # for each transport - transport = aeron-udp + transport = tcp # Canonical address is the address other clients should connect to. # Artery transport will expect messages to this address.