Hi I'm looking for advice/experiences for browsing and maintaining the journals akka-persistence writes. The events are serialized as binary blobs of whatever serialization mechanism akka is configured to use. The journals are not human readable (it is possible to with some detective work, but still not easy).
I gave a custom JSON serializer with Pickling a try. It became a clunky implementation so I abandoned it, but kind of worked so that I could browse data. Of course I could build an application specific tool myself that can show and query for our events, but I'm wondering how other projects have tackled this? I'm even starting to consider hacking at a journal plugin that store events serialized as JSON in a clob+type column instead of a blob. /Magnus -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
