/src/main/scala/akka/cluster/sharding/protobuf/ClusterShardingMessageSerializer.scala
I used this test to find out what the serializer
is: https://gist.github.com/leonardehrenfried/99194ad1164049434d187a5b4068b008
On Tuesday, November 15, 2016 at 10:37:31 AM UTC+1, Leonard Ehrenfried
wrote:
>
Hello,
we do event sourcing with akka-persistence and akka-cluster-sharding. Apart
from our own messages/events akka-cluster also writes a few messages
regarding shard allocation to our event log.
We have configured a custom serializer for our own events which transforms
them to JSON but which