Hi, I am currently trying Lagom 1.6.4 Akka Typed Persistence and JDBC write side and I was surprised to see in the journal in the message field this event representation:
....Ä.=.H{"idAccount":"2","name":"test2"}.:com.some.package.impl.Account$AccountNameSet....Account|2j$3a5e6bfa-1d2b-45d8-ac97-15f5e40c3914p¬..Ú×]
I was expecting only pure event JSON representation (as it was when I used Lagom 1.5.4 with Lagom Persistence (classic) and Cassandra write side): {"idAccount":"2","name":"test2"}
.
Everything works fine, but I wonder if the event serialization works correctly (maybe I have some misconfiguration here). What do you think?
Thank you for any hints
Ales