From 09aa9ffc24907a36638d7bdea13ff56462f91cda Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Tue, 2 Jun 2020 07:18:02 +0100 Subject: [PATCH] Link to akka cluster video --- akka-docs/src/main/paradox/typed/cluster.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akka-docs/src/main/paradox/typed/cluster.md b/akka-docs/src/main/paradox/typed/cluster.md index fa007ae31e..b0decb7822 100644 --- a/akka-docs/src/main/paradox/typed/cluster.md +++ b/akka-docs/src/main/paradox/typed/cluster.md @@ -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)