v2.9.1
What's Changed
- Revert the DNS feature. Only IP addresses will be used due to this issues hashicorp/memberlist#147 and hashicorp/memberlist#162. At the moment DNS hinder cluster nodes discovery. The best option for the meantime is to set the host to "0.0.0.0" and then GoAkt will figure out the right IP address.
- Refactor the whole actors storage using a tree-like structure
- Add two methods to ActorSystem:
Host
andPort
- Fully tested (cluster mode included)
- Fix some bugs introduced from version v2.8.3 around clustering.
Commits
Full Changelog: v2.9.0...v2.9.1