Merge pull request #29160 from chbatey/wip-chbatey-cluster-intro-vid

Link to akka cluster video
This commit is contained in:
Johan Andrén 2020-06-02 09:08:56 +02:00 committed by GitHub
commit e701453a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ project.description: Build distributed applications that scale across the networ
# Cluster Usage
This document describes how to use Akka Cluster and the Cluster APIs.
The [stateful or stateful applications: to Akka Cluster or not](https://akka.io/blog/news/2020/06/01/akka-cluster-motivation) video is a good starting point to understand the motivation to use Akka Cluster.
For specific documentation topics see:
* @ref:[When and where to use Akka Cluster](choosing-cluster.md)