Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to lagom in docs #125

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/main/paradox/kubernetes-lease.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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
applications, you must ensure different `ActorSystem` names because they all need a separate lease.
* With multiple Pekko Clusters using SBRs in the same namespace 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.
- For @extref:[Cluster Sharding](pekko:typed/cluster-sharding.html#lease), there will be one per shard per type.
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
Loading