From b29de18e047c28baf9e0e10d2bdd9e729edde109 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 10 Jun 2020 10:04:37 +0200 Subject: [PATCH] doc: add link to SBR video (#29211) * and another link to Stateful or Stateless --- akka-docs/src/main/paradox/split-brain-resolver.md | 4 ++++ akka-docs/src/main/paradox/typed/choosing-cluster.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/akka-docs/src/main/paradox/split-brain-resolver.md b/akka-docs/src/main/paradox/split-brain-resolver.md index e6886d22c6..bf564438b7 100644 --- a/akka-docs/src/main/paradox/split-brain-resolver.md +++ b/akka-docs/src/main/paradox/split-brain-resolver.md @@ -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 diff --git a/akka-docs/src/main/paradox/typed/choosing-cluster.md b/akka-docs/src/main/paradox/typed/choosing-cluster.md index f56b200c9f..584af94d0f 100644 --- a/akka-docs/src/main/paradox/typed/choosing-cluster.md +++ b/akka-docs/src/main/paradox/typed/choosing-cluster.md @@ -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