Skip to content

v2.9.0

Latest
Compare
Choose a tag to compare
@Tochemey Tochemey released this 28 Nov 21:41

New Features

  • ForwardTo on the ReceiveContext to forward message to a given actor when cluster mode is enabled. It passes a message from one actor to another actor by preserving the initial sender of the message.
  • RemoteForward on the ReceiveContext to pass a message from one actor to another actor on a remote machine by preserving the initial sender of the message.

Breaking Changes

  • Fix bad api design of the remoting methods which necessitated a breaking changes in the accepted arguments of the following methods which now accepts a from alongside the existing arguments
    • RemoteTell
    • RemoteAsk
    • RemoteBatchAsk
    • RemoteBatchTell

Commits and PRs

  • feat(enhancement): add ForwardTo and RemoteForward by @Tochemey in #538
  • fix(design): fix bad design of remoting call by @Tochemey in #539

Full Changelog: v2.8.3...v.2.8.4