pjfanning commented on issue #109: URL: https://github.com/apache/pekko-samples/issues/109#issuecomment-3442664664
This a related issue in akka-persistence-cassandra. https://github.com/akka/akka-persistence-cassandra/issues/986 The pekko-persistence-cassandra-launcher should be removed as far as I am concerned and the sample rewritten to use testcontainers project to start Cassandra using Docker - or we just assume that the user has Cassandra running for themselves and the sample just tries to connect to the running instance. I think we should remove pekko-persistence-cassandra-launcher from the pekko-persistence-cassandra repo too. It is currently built using Cassandra 3.11.3, a very old release. -- 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]
