Revert parts of 6c0f2e3d6b25fe5c87aa51f1ed967c5fd290c808 20/98020/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Oct 2021 07:05:55 +0000 (09:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Oct 2021 07:06:23 +0000 (09:06 +0200)
Version bump accidentally also enabled artery, disable it again.

JIRA: CONTROLLER-2007
Change-Id: Ia0ab9257d779f8ee7558786e4e027035865d08e0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
akka/repackaged-akka-jar/src/main/resources/remote_reference.conf

index 1f61e101d0af2aa215e06802eadabc4274f0be9e..814540e554d64adc2d69576c28f4d82a7be4da48 100644 (file)
@@ -742,14 +742,14 @@ akka {
     artery {
 
       # Disable artery with this flag
-      enabled = on
+      enabled = off
 
       # 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 = tcp
+      transport = aeron-udp
 
       # Canonical address is the address other clients should connect to.
       # Artery transport will expect messages to this address.