From e4c840cce205c52838cf7e1a49e7cb612ef77ca9 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 6 Feb 2020 08:58:45 +0100 Subject: [PATCH] one more --- akka-docs/src/main/paradox/persistence-query.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/persistence-query.md b/akka-docs/src/main/paradox/persistence-query.md index f6bbd78da6..d29d9d09ac 100644 --- a/akka-docs/src/main/paradox/persistence-query.md +++ b/akka-docs/src/main/paradox/persistence-query.md @@ -29,7 +29,8 @@ recommend (in the spirit of CQRS) of splitting up the write/read sides into sepa The [CQRS with Akka 2.6 video](https://akka.io/blog/news/2020/02/05/akka-cqrs-video) is a good starting point for -learning how to use `eventsByTag` to implement CQRS with Akka. +learning how to use `eventsByTag` to implement CQRS with Akka. Also, watch the introduction to +[Event Sourcing with Akka 2.6 video](https://akka.io/blog/news/2020/01/07/akka-event-sourcing-video). ## Design overview