Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • join Pekko nodes (that impersonate Akka nodes) to your Akka cluster and then start to remove the Akka nodes
  • when you have no Akka nodes, start replacing the Pekko nodes with ones that do not impersonate Akka nodes but that still agree to interact with Akka nodes (because some Pekko nodes are still impersonating Akka nodes - ie ones that still have `pekko.remote.protocol-name="akka"`)
  • when all nodes are using `pekko.remote.protocol-name="pekko"`, then you can replace all the nodes with nodes that no longer accept "pekko" as a protocol name (ie `pekko.remote.accept-protocol-names=["pekko"]`) 

...