EventProcessor as the replacement for Replay in Axon3

Hi,

Anyone can share the code example to query the events stored in the event store? I was looking at the axon trader sample project but couldnt find any examples.

FYI, I m using mongodb as the event store.

Thanks.

MJ

i’d build a projection and query it instead.
if you really need to query your source of truth, build a query facade that uses the mongo api, so you can still do the above later and only impact your query implementation

Mehdi

Hi Mehdi,

Cool. I think i will start as that for now. Thanks.

Btw, M5 is released! :slight_smile:

MJ