Replies: 3 comments
-
Have a look in the Any solution that we would accept as a Pekko patch would probably require:
Anyone is welcome to fork Pekko and modify their forks to go back to using |
Beta Was this translation helpful? Give feedback.
-
May be a simple address transformer spi, which will solve this problem too. |
Beta Was this translation helpful? Give feedback.
-
closing as a duplicate of #108 |
Beta Was this translation helpful? Give feedback.
-
The 1.0.1 release of pekko is not wire compatible with akka 2.6.x -- which prevents a rolling upgrade or mixed akka/pekko cluster.
The following related issues have been created:
The proposal by @mdedetrich to configure the sendPrefix and acceptPrefix would be ideal and allow for mixed-mode clusters and migration off akka 2.6 without downtime.
I understand this feature has not been prioritized for 1.0.x release (thus far), and I'm wondering if there is any known workaround (perhaps using reflection?) or if someone could point me to the code where this could be managed by pekko-remote (both for artery and netty). Thanks!
Beta Was this translation helpful? Give feedback.
All reactions