From a3677adf059635dae2b59bde162568599dae88d1 Mon Sep 17 00:00:00 2001 From: Justin Pihony Date: Tue, 5 Nov 2024 06:42:04 -0500 Subject: [PATCH] docs: note for running projections using management api (#1237) --- docs/src/main/paradox/management.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/main/paradox/management.md b/docs/src/main/paradox/management.md index 7a7f8a56f..11874b87a 100644 --- a/docs/src/main/paradox/management.md +++ b/docs/src/main/paradox/management.md @@ -4,6 +4,12 @@ With the @apidoc[ProjectionManagement] API you can manage the offset of a projection. +@@@ note + +This management API is only usable with a running projection within the same system. + +@@@ + To retrieve latest stored offset: Scala