ThreeDotsLabs / watermill

Building event-driven applications the easy way in Go.
https://watermill.io
MIT License
7.1k stars 378 forks source link

Integration with go cloud development toolkit pubsub #61

Open Bouwdie opened 5 years ago

Bouwdie commented 5 years ago

Hey guys. First of all compliments on the project! Recently i came across the pubsub abstraction in the google cloud development toolkit: https://gocloud.dev/pages/pubsub. I think it would be a great addition to your systems to integrate with this toolkit. This would prevent us writing our own implementation for AWS and Azure ourselves, and leverage the power of the CDK :tada:

mmaedel commented 5 years ago

Yap. Go for it.

roblaszczak commented 4 years ago

Sounds good for me. If someone is interested with implementation, here is guide how to approach it: https://watermill.io/docs/pub-sub-implementing/