I want to create a distributed applications on JVM which has a number of nodes, and need a library which allow me to:
- Manage cluster/grid membership, i.e. I want to get notifications on leave/join
- Manage messages between cluster members
I have found two solutions:
- JGroups - it works but it looks dates and not widely used
- Akka - it's Scala based and its cluster module doesn't look like mature
Are there any other libraries which can do the same?