streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

Is there a plan to enable RabbitMQ Stream API? #481

Closed avamingli closed 3 years ago

avamingli commented 4 years ago

Since the RabbitMQ will enable Stream API in next Release 3.9 (master already has this feature), is there a plan to enable Stream API in this repo?

kjnilsson commented 3 years ago

I can't answer for the maintainers of this client of course but we (RabbitMQ team) generally expect streams to have separate dedicated clients as it a completely separate protocol.

michaelklishin commented 3 years ago

Not as part of this client library. It should be a separate RabbitMQ stream protocol client in Go.