You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/04/13 19:08:21 UTC

[GitHub] [incubator-pekko-samples] pjfanning opened a new issue, #32: issue with link to an Akka sample in pekko-sample-cluster-java README.md

pjfanning opened a new issue, #32:
URL: https://github.com/apache/incubator-pekko-samples/issues/32

   The pekko-sample-cluster-java README.md docs refer to:
   
   Distributed Workers With Akka - https://developer.lightbend.com/guides/akka-distributed-workers-java/
   
   This seems to be non-existent. We have a Scala sample like this but not a Java one.


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-samples] mario-renau-alstom commented on issue #32: issue with link to an Akka sample in pekko-sample-cluster-java README.md

Posted by "mario-renau-alstom (via GitHub)" <gi...@apache.org>.
mario-renau-alstom commented on issue #32:
URL: https://github.com/apache/incubator-pekko-samples/issues/32#issuecomment-1663330469

   I could work on this next week, as long as someone isn't already doing it. 
   As a first step I will modified [build.sbt](https://github.com/apache/incubator-pekko-samples/blob/main/pekko-sample-distributed-workers-scala/build.sbt) from the pekko-sample-distributed-workers-scala, so instead of:
   ```scala
   name := "pekko-distributed-workers"
   ```
   
   Will be:
   ```scala
   name := "pekko-distributed-workers-scala"
   ```


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org