This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 7c1bae7d6de90ddc7990ec9f8ad2b5a4351f70aa Author: PJ Fanning <[email protected]> AuthorDate: Wed Mar 5 16:05:43 2025 +0100 remove incomplete section in cluster-singleton.md --- docs/src/main/paradox/typed/cluster-singleton.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/main/paradox/typed/cluster-singleton.md b/docs/src/main/paradox/typed/cluster-singleton.md index f5aed674ca..c705ad9403 100644 --- a/docs/src/main/paradox/typed/cluster-singleton.md +++ b/docs/src/main/paradox/typed/cluster-singleton.md @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
