pjfanning commented on PR #1866: URL: https://github.com/apache/pekko/pull/1866#issuecomment-2922002611
> Yes, I think the issue is with the config that goes in the `InitJoinAck` that is sent back to the akka node, maybe it should be the same config that was received in the `InitJoin`? I might be missing something. InitJoinAck doesn't appear to include the config. ``` final case class InitJoinAck(address: Address, configCheck: ConfigCheck) extends ClusterMessage with DeadLetterSuppression sealed trait ConfigCheck case object UncheckedConfig extends ConfigCheck case object IncompatibleConfig extends ConfigCheck ``` -- 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