Skip to content

Commit

Permalink
Remove references to lagom in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 18, 2023
1 parent b64b0ab commit ccfadc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/kubernetes-lease.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/paradox/pekko-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ccfadc6

Please sign in to comment.