This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f64ccbedd remove incomplete section in cluster-singleton.md (#1788)
5f64ccbedd is described below

commit 5f64ccbedd97602941b04472c0c72ff5308979c5
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 7 04:07:09 2025 +0100

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

Reply via email to