Classic Clustering
Note
Akka Classic pertains to the original Actor APIs, which have been improved by more type safe and guided Actor APIs. Akka Classic is still fully supported and existing applications can continue to use the classic APIs. It is also possible to use the new Actor APIs together with classic actors in the same ActorSystem, see coexistence. For new projects we recommend using the new Actor API.
For the new API see Cluster.
- Classic Cluster Usage
- Module info
- When and where to use Akka Cluster
- Cluster API Extension
- Cluster Membership API
- Leaving
- Downing
- Subscribe to Cluster Events
- Node Roles
- How To Startup when Cluster Size Reached
- How To Startup when Member is Up
- How To Cleanup when Member is Removed
- Higher level Cluster tools
- Failure Detector
- How to Test
- Management
- Configuration
- Classic Cluster Aware Routers
- Classic Cluster Singleton
- Classic Distributed Publish Subscribe in Cluster
- Classic Cluster Sharding
- Classic Cluster Metrics Extension
- Classic Distributed Data
- Classic Serialization