Add distributed workers to examples (#28506)
This commit is contained in:
parent
b30f8746d3
commit
a0268682de
1 changed files with 6 additions and 0 deletions
|
|
@ -79,3 +79,9 @@ Illustrates how to use Akka Cluster with Docker compose.
|
||||||
@extref[Cluster with Kubernetes example project](samples:akka-sample-cluster-kubernetes-java)
|
@extref[Cluster with Kubernetes example project](samples:akka-sample-cluster-kubernetes-java)
|
||||||
|
|
||||||
This sample illustrates how to form an Akka Cluster with Akka Bootstrap when running in Kubernetes.
|
This sample illustrates how to form an Akka Cluster with Akka Bootstrap when running in Kubernetes.
|
||||||
|
|
||||||
|
## Distributed workers
|
||||||
|
|
||||||
|
@extref[Distributed workers example project](samples:akka-samples-distributed-workers-scala)
|
||||||
|
|
||||||
|
This project demonstrates the work pulling pattern using Akka Cluster.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue