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 c5d0655 remove '//' in links (#34)
c5d0655 is described below
commit c5d065579fba71b8fb40c9c6d5bfc6a917fc26b7
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 14 10:28:23 2023 +0200
remove '//' in links (#34)
---
pekko-sample-kafka-to-sharding-scala/README.md | 2 +-
pekko-sample-persistence-dc-scala/README.md | 2 +-
pekko-sample-sharding-java/README.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pekko-sample-kafka-to-sharding-scala/README.md
b/pekko-sample-kafka-to-sharding-scala/README.md
index eddf2e3..e6cc70e 100644
--- a/pekko-sample-kafka-to-sharding-scala/README.md
+++ b/pekko-sample-kafka-to-sharding-scala/README.md
@@ -23,7 +23,7 @@ Then we can enforce that the kafka partition == the Apache
Pekko cluster shard i
sharding allocation strategy to move shards to the node that is consuming that
partition, resulting
in no cross node traffic.
-Read the following documentation to learn more about [Apache Pekko Cluster
External Shard
Allocation](https://pekko.apache.org/docs/pekko/current//typed/cluster-sharding.html#external-shard-allocation)
+Read the following documentation to learn more about [Apache Pekko Cluster
External Shard
Allocation](https://pekko.apache.org/docs/pekko/current/typed/cluster-sharding.html#external-shard-allocation)
and its support for Kafka in [Apache Pekko Connectors Kafka Cluster
Sharding](https://pekko.apache.org/docs/pekko-connectors-kafka/current/cluster-sharding.html)
.
# Running the sample
diff --git a/pekko-sample-persistence-dc-scala/README.md
b/pekko-sample-persistence-dc-scala/README.md
index 14e7055..7663dbf 100644
--- a/pekko-sample-persistence-dc-scala/README.md
+++ b/pekko-sample-persistence-dc-scala/README.md
@@ -1,7 +1,7 @@
Apache Pekko Replicated Event Sourcing Multi DC Sample
=====================================
-This is an example project demonstrating [Apache Pekko Replicated Event
Sourcing](https://pekko.apache.org/docs/pekko/current//typed/replicated-eventsourcing.html)
+This is an example project demonstrating [Apache Pekko Replicated Event
Sourcing](https://pekko.apache.org/docs/pekko/current/typed/replicated-eventsourcing.html)
to run a replica per datacenter.
## How to run
diff --git a/pekko-sample-sharding-java/README.md
b/pekko-sample-sharding-java/README.md
index d8dbd32..d81cbd0 100644
--- a/pekko-sample-sharding-java/README.md
+++ b/pekko-sample-sharding-java/README.md
@@ -1,6 +1,6 @@
# Cluster Sharding sample
-The KillrWeather sample illustrates how to use [Apache Pekko Cluster
Sharding](https://pekko.apache.org/docs/pekko/current//java/typed/cluster-sharding.html)
in Java, for the same sample in Scala see [Cluster Sharding Sample
Scala](https://github.com/apache/incubator-pekko-samples/tree/main/pekko-sample-sharding-scala)
+The KillrWeather sample illustrates how to use [Apache Pekko Cluster
Sharding](https://pekko.apache.org/docs/pekko/current/java/typed/cluster-sharding.html)
in Java, for the same sample in Scala see [Cluster Sharding Sample
Scala](https://github.com/apache/incubator-pekko-samples/tree/main/pekko-sample-sharding-scala)
It also shows the basic usage of [Apache Pekko
HTTP](https://pekko.apache.org/docs/pekko-http/current/index.html).
The sample consists of two applications, each a separate maven submodule:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]