watermill
watermill copied to clipboard
Any plans to add support of RabbitMQ Streaming?
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.
This would probably need to be its own middleware to maintain support for traditional rabbitmq use.