milanvdm / kafka-d3

Event Sourcing and CQRS with Kafka
2 stars 4 forks source link

Add reset logic for Writeside #1

Open milanvdm opened 5 years ago

milanvdm commented 5 years ago

It should be possible to reset the Writeside so we can reprocess the aggregates.

Note: interaction with the Sub subscribed to the aggregates. It may be possible to introduce a way to reset the Writeside and the Sub at the same time.