Bump akka to 2.6.16
[controller.git] / akka / repackaged-akka-jar / src / main / resources / remote_reference.conf
index 4e465e31fe52633610f2bc1f75f4d96f93fcff74..310781fae6054373641a803986dd7a124363faee 100644 (file)
@@ -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.