This is an automated email from the ASF dual-hosted git repository.
hepin 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 c956a0e link to pekko management docs
c956a0e is described below
commit c956a0e70763a80ca6ed8ce5caece8ae20cbb7cc
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 13 12:14:32 2023 +0200
link to pekko management docs
---
pekko-sample-cqrs-java/README.md | 4 +++-
pekko-sample-cqrs-scala/README.md | 4 +++-
pekko-sample-persistence-dc-java/src/main/resources/application.conf | 2 +-
pekko-sample-persistence-dc-scala/src/main/resources/application.conf | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/pekko-sample-cqrs-java/README.md b/pekko-sample-cqrs-java/README.md
index 7949305..9e19388 100644
--- a/pekko-sample-cqrs-java/README.md
+++ b/pekko-sample-cqrs-java/README.md
@@ -1,3 +1,5 @@
# Apache Pekko CQRS - Java Sample
-This example has been replaced by the [tutorial in the Akka Platform
Guide](https://developer.lightbend.com/docs/akka-platform-guide/microservices-tutorial/index.html).
\ No newline at end of file
+This example has been replaced by the [tutorial in the Akka Platform
Guide](https://developer.lightbend.com/docs/akka-platform-guide/microservices-tutorial/index.html).
+
+We hope to migrate to create a Pekko equivalent of the Akka Platform Guide in
time.
diff --git a/pekko-sample-cqrs-scala/README.md
b/pekko-sample-cqrs-scala/README.md
index 779a38b..2bdd1c3 100644
--- a/pekko-sample-cqrs-scala/README.md
+++ b/pekko-sample-cqrs-scala/README.md
@@ -1,3 +1,5 @@
# Apache Pekko CQRS - Scala Sample
-This example has been replaced by the [tutorial in the Akka Platform
Guide](https://developer.lightbend.com/docs/akka-platform-guide/microservices-tutorial/index.html).
\ No newline at end of file
+This example has been replaced by the [tutorial in the Akka Platform
Guide](https://developer.lightbend.com/docs/akka-platform-guide/microservices-tutorial/index.html).
+
+We hope to migrate to create a Pekko equivalent of the Akka Platform Guide in
time.
diff --git
a/pekko-sample-persistence-dc-java/src/main/resources/application.conf
b/pekko-sample-persistence-dc-java/src/main/resources/application.conf
index fafa3ca..6cd51a8 100644
--- a/pekko-sample-persistence-dc-java/src/main/resources/application.conf
+++ b/pekko-sample-persistence-dc-java/src/main/resources/application.conf
@@ -52,7 +52,7 @@ pekko.persistence.cassandra {
datastax-java-driver.advanced.reconnect-on-init = true
-# Apache Pekko Management config:
https://developer.lightbend.com/docs/akka-management/current/index.html
+# Apache Pekko Management config:
https://pekko.apache.org/docs/pekko-management/current/
pekko.management {
http.hostname = "127.0.0.1"
http.port = 19999
diff --git
a/pekko-sample-persistence-dc-scala/src/main/resources/application.conf
b/pekko-sample-persistence-dc-scala/src/main/resources/application.conf
index 57b8c99..5e04e15 100644
--- a/pekko-sample-persistence-dc-scala/src/main/resources/application.conf
+++ b/pekko-sample-persistence-dc-scala/src/main/resources/application.conf
@@ -52,7 +52,7 @@ pekko.persistence.cassandra {
datastax-java-driver.advanced.reconnect-on-init = true
-# Apache Pekko Management config:
https://developer.lightbend.com/docs/akka-management/current/index.html
+# Apache Pekko Management config:
https://pekko.apache.org/docs/pekko-management/current/
pekko.management {
http.hostname = "127.0.0.1"
http.port = 19999
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]