Versions Compared

Key

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

Apache Pekko 1.0.3-M1 will contain some experimental changes to make it possible for Pekko nodes to interact with Akka nodes (remote or cluster mode).

Apache Pekko nodes use URLs like `pekko://host:port` while Akka uses `akka://host:port`. Both Akka and Pekko will by default ignore nodes that have the wrong URL scheme. Akka will not be changed to accept Pekko URLs but we are changing Pekko so that it can accept Akka URLs.

The changes are in PR765.

...