pekko-samples
pekko-samples copied to clipboard
Apache Pekko Sample Projects
On a stable Debian (OpenJDK 17), the example pekko-sample-distributed-workers-scala will fail on a exception while using `sbt run` or `sbt "runMain worker.Main cassandra"`. The logs ```txt Starting Cassandra on port...
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. In...
Use Pekko 1.1 releases. Some M1 releases used where the full release not done yet - simpler than worrying about version mismatches that might occur if the Pekko 1.0 module...
* Breaking all our CI builds * https://github.com/apache/pekko-samples/pull/118/checks ``` ++ minikube -p minikube docker-env + eval false exit code 85 ++ false exit code 85 ``` The CI build for...