Tochemey / ego

[Go]Minimal event sourcing/CQRS library using protocol buffers for commands, events and states.
MIT License
36 stars 5 forks source link

[feat] eGo events stream #33

Closed Tochemey closed 1 year ago

Tochemey commented 1 year ago

Add an events stream to publish persisted events for downstream consumers. This feature will simplify the implementation of the eGo projection

Tochemey commented 1 year ago

Possible libraries to consider:

We should consider make it customisable by exposing an API for other streaming engine.