Re: [akka-user] Akka Cassandra Persistence: multiple manifests?

2017-01-18 Thread Alan Burlison
On 18/01/2017 19:32, Patrik Nordwall wrote: The event's serialization manifest is stored in "ser_manifest" and the PersistentRepr.manifest is stored in "event_manifest". I can see the confusion :) and I guess the naming went bad in one of many refactorings. Can't change column names now. It's

Re: [akka-user] Akka Cassandra Persistence: multiple manifests?

2017-01-18 Thread Patrik Nordwall
The event's serialization manifest is stored in "ser_manifest" and the PersistentRepr.manifest is stored in "event_manifest". I can see the confusion :) and I guess the naming went bad in one of many refactorings. Can't change column names now. The two manifests have different purposes.

[akka-user] Akka Cassandra Persistence: multiple manifests?

2017-01-18 Thread Alan Burlison
I've been looking at the implementation of Cassandra persistence, there appears to be two manifests that get persisted to Cassandra, one related to the PersistentRepr and one related to the serializer that's being used.