He-Pin commented on code in PR #1877:
URL: https://github.com/apache/pekko/pull/1877#discussion_r2124336885


##########
remote/src/main/resources/reference.conf:
##########
@@ -188,14 +188,21 @@ pekko {
     # The protocol name to use when sending requests to other remote actors.
     # Useful when dealing with rolling migration, i.e. temporarily change
     # the protocol name to match another compatible actor implementation
-    # such as Lightbend's "akka" (whilst making sure accept-protocol-names
+    # such as "akka" (whilst making sure accept-protocol-names
     # contains "akka") so that you can gracefully migrate all nodes to Apache
     # Pekko and then change the protocol-name back to "pekko" once all
     # nodes have been are running on Apache Pekko.
     # A ConfigurationException will be thrown at runtime if the value is not
     # set to "pekko" or "akka".
     protocol-name = "pekko"
 
+    # When receiving join requests or related acks from other remote nodes,
+    # should we ensure the config details that are passed in these messages
+    # are prefixed with the protocol name (i.e. "pekko" or "akka")?
+    # The default is "off" as the accept-protocol-names check should be 
sufficient.
+    # This setting was created to enable edge case tests and users should not 
change it.
+    enforce-strict-config-prefix-check-on-join = off

Review Comment:
   on joining?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to