ThreeDotsLabs / watermill

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

CQRS with SQL Publisher for Transactional Event #243

Open ratchapol-an-kkp opened 2 years ago

ratchapol-an-kkp commented 2 years ago

From this example I would like to use a CQRS component with SQL Publisher to publish a transactional event via Eventbus. But it seems CQRSFacde doesn't support this because it requires a publisher instance not a publisher factory.

m110 commented 1 year ago

Something to investigate while we work on #281