doc: add link to SBR video (#29211)

* and another link to Stateful or Stateless
This commit is contained in:
Patrik Nordwall 2020-06-10 10:04:37 +02:00 committed by GitHub
parent 0c88b4ba10
commit b29de18e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,10 @@ and machine crashes (including JVM and hardware failures). This is crucial for c
you use @ref:[Cluster Singleton](typed/cluster-singleton.md) or @ref:[Cluster Sharding](typed/cluster-sharding.md),
especially together with Akka Persistence.
The [Split Brain Resolver video](https://akka.io/blog/news/2020/06/08/akka-split-brain-resolver-video)
is a good starting point for learning why it is important to use a correct downing provider and
how the Split Brain Resolver works.
## Module info
To use Akka Split Brain Resolver is part of `akka-cluster` and you probably already have that

View file

@ -4,6 +4,9 @@
An architectural choice you have to make is if you are going to use a microservices architecture or
a traditional distributed application. This choice will influence how you should use Akka Cluster.
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.
## Microservices
Microservices has many attractive properties, such as the independent nature of microservices allows for