Open stevenvegt opened 4 years ago
Replaying from an AggregateID might be difficult todo with Nats. It's more sort-of a by type replay...
Octpus needs a extra datastore like reddis for that. Than its just an array per aggregateId.
Octpus needs a extra datastore like reddis for that. Than its just an array per aggregateId.
that would mean you have to implement the event sourcing yourself with reddis as backend on aggregateId level. Nats would only be able to replay on type level?
To introduce tracibility we introduce event logs which can be used for event sourcing. The Nuts Event Octopus will provide the generic infrastructure. Specific engines will provide the data types used for encoding engine events.
The current primary use-case is the consent store.
Consent
Event Octopus should be able to