RemoteMetering / geteventstore-promise

An EventStore http+tcp wrapper package
MIT License
31 stars 17 forks source link

Add support for custom eventId #32

Closed krazar closed 7 years ago

krazar commented 7 years ago

To ensure idempotency in our app, It would be useful to be able to use deterministic uuid for eventId. In our case, we use commandId to generate event Ids. That allows us to always generate the same Events for the same command.

Cheers

mmuller99 commented 7 years ago

Hi @krazar Looks good, thanks for the contribution