Re: [akka-user] Why isn't akka PersistenceQuery using the Event Adapter configuration?

2016-08-07 Thread Patrik Nordwall
This is by design. See discussion in https://github.com/akka/akka/issues/18050. It should be done in the plugin implementations where the necessary information is available. I have create a feature request in the Cassandra plugin. https://github.com/akka/akka/issues/18050 On Fri, Jul 29, 2016 at

Re: [akka-user] Why isn't akka PersistenceQuery using the Event Adapter configuration?

2016-08-07 Thread Patrik Nordwall
The last link should have been https://github.com/akka/akka-persistence-cassandra/issues/116 On Sun, Aug 7, 2016 at 6:34 PM, Patrik Nordwall wrote: > This is by design. See discussion in https://github.com/akka/ > akka/issues/18050. It should be done in the plugin

Re: [akka-user] Why isn't akka PersistenceQuery using the Event Adapter configuration?

2016-07-29 Thread Konrad Malawski
I believe this was by design actually if I remember correctly, as we considered the read side may want to operate on the raw events by default. Let's say that in the same app that needs adapters for the PersistentActors you want to project a view from historical data, thus you may not want to