What's Changed
- Fix clustering bugs
- Refactor the cluster rebalancing implementation.
- Add custom errors that can help with supervisor strategies definition
- Add
Run
method to the ActorSystem to start the system and handle os interrupts. - Add an option to the ActorSystem called
WithCoordinatedShutdown
to add user-defined tasks to run during the shutdown process.
Pull Requests
- feat: add coordination shutdown mechanism by @Tochemey in #580
- feat: add Run method for some specific use cases by @Tochemey in #585
Full Changelog: v2.10.2...v2.11.0