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 incomplete section in cluster-singleton.md #1788

Merged
merged 1 commit into from
Mar 7, 2025
Merged
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
6 changes: 1 addition & 5 deletions docs/src/main/paradox/typed/cluster-singleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,7 @@ of the lease to use. A lease with with the name `<actor system name>-singleton-<
the owner is set to the @scala[`Cluster(system).selfAddress.hostPort`]@java[`Cluster.get(system).selfAddress().hostPort()`].

If the cluster singleton manager can't acquire the lease it will keep retrying while it is the oldest node in the cluster.
If the lease is lost then the singleton actor will be terminated then the lease will be re-tried.

## Accessing singleton of another data centre

TODO @github[#27705](#27705)
If the lease is lost then the singleton actor will be terminated then the lease will be retried.

## Configuration

Expand Down