pjfanning commented on issue #1854: URL: https://github.com/apache/pekko/issues/1854#issuecomment-2906875460
@regiskuckaertz I've just been looking at the Pekko code and it does look like Pekko InitJoin checker will not be happy if the config it receives has akka configs instead of pekko configs. I think up until now, people trying this have just disabled the check. The priority has been on fooling Akka nodes into accepting messages from Pekko nodes. It may be feasible to adjust the Pekko JoinConfigCompatChecker to change the join config props from `akka` to `pekko` but one of the configs is `akka.version` and I don't know what to do about 'fixing' that property. We may still need to add extra logic that allows us to disable the version check but still do the other checks. -- 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