sam-byng commented on code in PR #6:
URL: 
https://github.com/apache/incubator-pekko-samples/pull/6#discussion_r1136966086


##########
pekko-sample-distributed-workers-scala/src/main/scala/worker/Main.scala:
##########
@@ -80,13 +80,13 @@ object Main {
 
   def config(port: Int, role: String): Config =
     ConfigFactory.parseString(s"""
-      akka.remote.artery.canonical.port=$port
-      akka.cluster.roles=[$role]
+      pekko.remote.artery.canonical.port=$port
+      pekko.cluster.roles=[$role]
     """).withFallback(ConfigFactory.load())
 
   /**
     * To make the sample easier to run we kickstart a Cassandra instance to
-    * act as the journal. Cassandra is a great choice of backend for Akka 
Persistence but
+    * act as the journal. Cassandra is a great choice of backend for Pekko 
Persistence but

Review Comment:
   updated all instances of Pekko and Cassandra acc. to guidance above



##########
pekko-sample-distributed-data-scala/src/main/resources/application.conf:
##########
@@ -14,9 +14,9 @@ akka {
 
   cluster {
     seed-nodes = [
-      "akka://[email protected]:2551",

Review Comment:
   Updated



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to