Leverage EventVersion information to detect duplicate events.
- Can convert
EventVersion in to Guid and enforce via simple unique constraint.
- Will need to check duplicate before processing... will need to account for processing failures.
NOTE: Can likely combine with durable message store concept required for both command/event bus implementations.
More thought required... later...
Leverage
EventVersioninformation to detect duplicate events.EventVersionin toGuidand enforce via simple unique constraint.NOTE: Can likely combine with durable message store concept required for both command/event bus implementations.
More thought required... later...