looplab / eventhorizon

Event Sourcing for Go!
Apache License 2.0
1.57k stars 196 forks source link

AMQP Event Bus? #383

Open murbanowicz opened 2 years ago

murbanowicz commented 2 years ago

Hi,

I really like this project and first of all want to thank you for your work.

Would you accept PR with amqp event bus implementation or maybe you work on that already by any chance? Would like to know if it’s worth trying to implement it and create an PR?

maxekman commented 2 years ago

I would first implement it in an external library, it should work equally well as being in the mainline. See the main readme for some examples. When you are happy with it I'll be glad to accept a PR with a link in the readme. Repo naming can be something like github.com/<yourname>/eh-ampq. I hope it answers your question!