Hi,
there is a known issue in the Lagom’s Akka Persistence JDBC. It stores the data in a binary format and not the Json text (for example the bug is not present in the Cassandra Persistence component, but we use JDBC). See the original discussion in Akka Typed Persistence - is the message format correct?.
Ales