From 3efe893fa357631208f8cc52f50a34efcfee1718 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 2 May 2017 15:55:38 +0930 Subject: [PATCH] Update links to Split Brain Resolver (#22822) --- akka-docs/rst/java/cluster-usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/java/cluster-usage.rst b/akka-docs/rst/java/cluster-usage.rst index b20a4d7a5e..479529d8d8 100644 --- a/akka-docs/rst/java/cluster-usage.rst +++ b/akka-docs/rst/java/cluster-usage.rst @@ -174,9 +174,9 @@ can be performed automatically or manually. By default it must be done manually, It can also be performed programmatically with ``Cluster.get(system).down(address)``. A pre-packaged solution for the downing problem is provided by -`Split Brain Resolver `_, +`Split Brain Resolver `_, which is part of the `Lightbend Reactive Platform `_. -If you don’t use RP, you should anyway carefully read the `documentation `_ +If you don’t use RP, you should anyway carefully read the `documentation `_ of the Split Brain Resolver and make sure that the solution you are using handles the concerns described there.