diff --git a/akka-docs/src/main/paradox/project/examples.md b/akka-docs/src/main/paradox/project/examples.md index 430bf291a1..7ac91834e8 100644 --- a/akka-docs/src/main/paradox/project/examples.md +++ b/akka-docs/src/main/paradox/project/examples.md @@ -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) 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.