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
|
2019-07-09 00:55:58 -07:00
|
|
|
ActorSystem, see @ref[coexistence](typed/coexisting.md). For new projects we recommend using the new Actor APIs.
|
2019-07-05 08:21:38 +02:00
|
|
|
|
|
|
|
|
For the new API see @ref[Cluster](typed/index-cluster.md).
|
|
|
|
|
|
|
|
|
|
@@@
|
2017-12-14 11:33:41 +01:00
|
|
|
|
|
|
|
|
@@toc { depth=2 }
|
|
|
|
|
|
|
|
|
|
@@@ index
|
|
|
|
|
|
|
|
|
|
* [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)
|
2019-08-04 15:30:56 +01:00
|
|
|
* [coordination](coordination.md)
|
2017-12-14 11:33:41 +01:00
|
|
|
|
|
|
|
|
@@@
|