2019-07-05 08:21:38 +02:00
|
|
|
# Classic Clustering
|
|
|
|
|
|
|
|
|
|
@@@ note
|
|
|
|
|
|
|
|
|
|
Akka Classic is the original Actor APIs, which have been improved by more type safe and guided Actor APIs,
|
|
|
|
|
known as Akka Typed. Akka Classic is still fully supported and existing applications can continue to use
|
|
|
|
|
the classic APIs. It is also possible to use Akka Typed together with classic actors within the same
|
|
|
|
|
ActorSystem, see @ref[coexistense](typed/coexisting.md). For new projects we recommend using the new Actor APIs.
|
|
|
|
|
|
|
|
|
|
For the new API see @ref[Cluster](typed/index-cluster.md).
|
|
|
|
|
|
|
|
|
|
@@@
|
2017-12-14 11:33:41 +01:00
|
|
|
|
|
|
|
|
@@toc { depth=2 }
|
|
|
|
|
|
|
|
|
|
@@@ index
|
|
|
|
|
|
|
|
|
|
* [common/cluster](common/cluster.md)
|
|
|
|
|
* [cluster-usage](cluster-usage.md)
|
2018-10-24 08:13:43 -04:00
|
|
|
* [cluster-routing](cluster-routing.md)
|
2017-12-14 11:33:41 +01:00
|
|
|
* [cluster-singleton](cluster-singleton.md)
|
|
|
|
|
* [distributed-pub-sub](distributed-pub-sub.md)
|
|
|
|
|
* [cluster-client](cluster-client.md)
|
|
|
|
|
* [cluster-sharding](cluster-sharding.md)
|
|
|
|
|
* [cluster-metrics](cluster-metrics.md)
|
|
|
|
|
* [distributed-data](distributed-data.md)
|
|
|
|
|
|
|
|
|
|
@@@
|