doc: add link to SBR video (#29211)
* and another link to Stateful or Stateless
This commit is contained in:
parent
0c88b4ba10
commit
b29de18e04
2 changed files with 7 additions and 0 deletions
|
|
@ -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),
|
you use @ref:[Cluster Singleton](typed/cluster-singleton.md) or @ref:[Cluster Sharding](typed/cluster-sharding.md),
|
||||||
especially together with Akka Persistence.
|
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
|
## Module info
|
||||||
|
|
||||||
To use Akka Split Brain Resolver is part of `akka-cluster` and you probably already have that
|
To use Akka Split Brain Resolver is part of `akka-cluster` and you probably already have that
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@
|
||||||
An architectural choice you have to make is if you are going to use a microservices architecture or
|
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.
|
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
|
||||||
|
|
||||||
Microservices has many attractive properties, such as the independent nature of microservices allows for
|
Microservices has many attractive properties, such as the independent nature of microservices allows for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue