You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to akka...@googlegroups.com
Hi, I sometimes run into the need for viewing the data in the persisted store to see what the application is loading upon restart. Currently we use Cassandra for persistence, and although there are cassandra cql clients we can use, the data read from akka.messages or akka.snapshots is not easily read (being a base64 encoded blob). Have anyone made an akka-persistence client application for read-only purpose against the persisted data?