This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 79e8b33 update link to point at pekko sample docs (#33)
79e8b33 is described below
commit 79e8b330ba791e48e7a1ee3ac84dbfc0be7c7249
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 13 22:52:56 2023 +0200
update link to point at pekko sample docs (#33)
* update link to point at pekko sample docs
* Update README.md
---
pekko-sample-cluster-java/README.md | 2 +-
pekko-sample-cluster-scala/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pekko-sample-cluster-java/README.md
b/pekko-sample-cluster-java/README.md
index 5d67de0..f87b0da 100644
--- a/pekko-sample-cluster-java/README.md
+++ b/pekko-sample-cluster-java/README.md
@@ -93,7 +93,7 @@ Let's take a look at a few samples that make use of cluster
aware routers.
Let's take a look at two different ways to distribute work across a cluster
using routers.
-Note that the samples just shows off various parts of Apache Pekko Cluster and
does not provide a complete structure to build a resilient distributed
application with. The [Distributed Workers With
Akka](https://developer.lightbend.com/guides/akka-distributed-workers-java/)
sample covers more of the problems you would have to solve to build a
resilient distributed processing application.
+Note that the samples just shows off various parts of Apache Pekko Cluster and
does not provide a complete structure to build a resilient distributed
application with. The [Distributed Workers With
Pekko](https://pekko.apache.org/docs/pekko-samples/current/pekko-sample-distributed-workers-scala/)
sample covers more of the problems you would have to solve to build a
resilient distributed processing application.
### Example with Group of routees
diff --git a/pekko-sample-cluster-scala/README.md
b/pekko-sample-cluster-scala/README.md
index 04529c7..470f22e 100644
--- a/pekko-sample-cluster-scala/README.md
+++ b/pekko-sample-cluster-scala/README.md
@@ -93,7 +93,7 @@ Let's take a look at a few samples that make use of cluster
aware routers.
Let's take a look at two different ways to distribute work across a cluster
using routers.
-Note that the samples just shows off various parts of Apache Pekko Cluster and
does not provide a complete structure to build a resilient distributed
application with. The [Distributed Workers With
Akka](https://developer.lightbend.com/guides/akka-distributed-workers-scala/)
sample covers more of the problems you would have to solve to build a
resilient distributed processing application.
+Note that the samples just shows off various parts of Apache Pekko Cluster and
does not provide a complete structure to build a resilient distributed
application with. The [Distributed Workers With
Pekko](https://pekko.apache.org/docs/pekko-samples/current/pekko-sample-distributed-workers-scala/)
sample covers more of the problems you would have to solve to build a
resilient distributed processing application.
### Example with Group of routees
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]