I finally managed to replay events (I am using event sourcing and a read model) for a @ProcessingGroup. I am using axon framework V4.1 .
But what I really want to do is rebuild the read model only for one single aggregate instance (which I know by id).
So my question ist:
Is it possible to replay events for only one single aggregate?
Thanks!
Sebastian