eventsourcing icon indicating copy to clipboard operation
eventsourcing copied to clipboard

Google Pub/Sub Support

Open kwiesmueller opened this issue 6 years ago • 2 comments

Hey there, I was looking for approaches to build a new system using event sourcing in golang and so far you implementation seemed the most interesting.

A few questions though. Do you think it would be possible to make this compatible with Pub/Sub (namely Google Pub/Sub) and how does a message queue fit into this?

Persisting the Events would then happen through Subscriptions and receiving commands as well. As far as I could see this shouldn't be an issue. I would also be happy to implement this and contribute if you like.

Do you have any experiences with this? Are you currently using this library in any production project?

Cheers!

kwiesmueller avatar May 30 '18 18:05 kwiesmueller