From 7c1bae7d6de90ddc7990ec9f8ad2b5a4351f70aa Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 5 Mar 2025 16:05:43 +0100 Subject: [PATCH] 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 f5aed674ca2..c705ad94034 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 `-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