Merge pull request #25682 from cjtraverso/patch-1

Update Akka Bootstrap URL
This commit is contained in:
Johan Andrén 2018-09-26 10:26:13 +02:00 committed by GitHub
commit 0a98361e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ The source code of this sample can be found in the
@@@ note
When starting clusters on cloud systems such as Kubernetes, AWS, Google Cloud, Azure, Mesos or others which maintain
DNS or other ways of discovering nodes, you may want to use the automatic joining process implemented by the open source
[Akka Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap.html) module.
[Akka Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap/index.html) module.
@@@
### Joining configured seed nodes
@ -227,7 +227,7 @@ and don't stop all of them at the same time.
Instead of manually configuring seed nodes, which is useful in development or statically assigned node IPs, you may want
to automate the discovery of seed nodes using your cloud providers or cluster orchestrator, or some other form of service
discovery (such as managed DNS). The open source Akka Management library includes the
[Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap.html) module which handles
[Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap/index.html) module which handles
just that. Please refer to its documentation for more details.
### Programatically joining to seed nodes with `joinSeedNodes`