ThreeDotsLabs / watermill

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

Any plans to add support of RabbitMQ Streaming? #422

Open Amf1k opened 3 months ago

Amf1k commented 3 months ago

Hello. RabbitMQ can work with streams. You can work with streams either using the standard Amqp 0.9.1 library, with which the watermill-amqp package is implemented or using the new library from RabbitMQ - https://github.com/rabbitmq/rabbitmq-stream-go-client for working with the binary format. Do you have any plans to add support for a new library or not? The library is marked as highly recommended on the rabbitmq website - https://www.rabbitmq.com/streams.html Thanks.