Re: [akka-user] [akka-persistence] readjournal query by multiple tags

2016-11-08 Thread Patrik Nordwall
Depending on the data store I think that can be rather difficult to implement. A persistence query plugin may implement any queries and I think this is an excellent plugin specific extension for those plugins that can implement it without trouble. Regards, Patrik On Mon, Oct 31, 2016 at 8:39 PM,

[akka-user] [akka-persistence] readjournal query by multiple tags

2016-10-31 Thread jsoeters
Is there a feature (planned?) to support querying the read journal by multiple tags. Typically projections in an event sourced application only update from a very small subset of the events. Say I have a UserProjection that creates/updates a UserReadModel from a UserRegistered event and all