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.