I'm playing around with Akka Typed (version 2.6.0) & event sourcing, and I was able to make it work with LevelDB plugin.
Since I intend to use a cluster environment, LevelDB wouldn't work on such setup, since it storages data on local file system, as it's pointed here: https://doc.akka.io/docs/akka/current/persistence-plugins.html
I tried to use cassandra plugin, but it seems not be compatible with Akka 2.6.X
Is there any persistence plugin compatible with Akka Typed 2.6.X and useful in a cluster environment setup currently?