WegenenVerkeer / akka-persistence-postgresql

An akka-persistence plugin for Postgresql
MIT License
40 stars 25 forks source link

Bad handling of akka.persistence.journal.Tagged #46

Open msiegenthaler opened 5 years ago

msiegenthaler commented 5 years ago

When an event is wrapped in a akka.persistence.journal.Tagged then it should be saved without the wrapper. At the moment I get Outgoing message attempted to use Java Serialization even thoughakka.actor.allow-java-serialization = offwas set! Message type was: [class akka.persistence.journal.Tagged]

I realize that you have a more powerful mechanism in place, but I think it should still support the "basic" thing.

I could do a PR if that's ok with you.

kwark commented 5 years ago

I guess it's reasonable to support this. A PR is always welcome.