From ccfadc6a887292db0100dc8ba8343397dd70945d Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 18 Sep 2023 12:31:08 +0200 Subject: [PATCH] Remove references to lagom in docs --- docs/src/main/paradox/kubernetes-lease.md | 2 +- docs/src/main/paradox/pekko-management.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/main/paradox/kubernetes-lease.md b/docs/src/main/paradox/kubernetes-lease.md index 121532ac..bfe8b4c2 100644 --- a/docs/src/main/paradox/kubernetes-lease.md +++ b/docs/src/main/paradox/kubernetes-lease.md @@ -24,7 +24,7 @@ and its backing `etcd` cluster can also be subject to failure and network issues ### Lease Instances * With @extref[Split Brain Resolver](pekko:split-brain-resolver.html#lease) there will be one lease per Pekko Cluster -* With multiple Pekko Clusters using SBRs in the same namespace, e.g. multiple Lagom +* With multiple Pekko Clusters using SBRs in the same namespace, e.g. multiple applications, you must ensure different `ActorSystem` names because they all need a separate lease. * With Cluster Sharding and Cluster Singleton there will be more leases - For @extref:[Cluster Singleton](pekko:typed/cluster-singleton.html#lease) there will be one per singleton. diff --git a/docs/src/main/paradox/pekko-management.md b/docs/src/main/paradox/pekko-management.md index a836fcfd..2f6a5deb 100644 --- a/docs/src/main/paradox/pekko-management.md +++ b/docs/src/main/paradox/pekko-management.md @@ -53,8 +53,6 @@ This allows users to prepare anything further before exposing routes for the bootstrap joining process and other purposes. Remember to call `stop` method preferably in @extref:[Coordinated Shutdown](pekko:coordinated-shutdown.html). -See [the Lagom example](https://github.com/lagom/lagom/blob/50ecfbf2e0d51fe24fdf6ad71157e1dff97106b9/akka-management/core/src/main/scala/com/lightbend/lagom/internal/akka/management/AkkaManagementTrigger.scala#L73). - ## Basic Configuration