dashbitco / broadway_rabbitmq

A Broadway producer for RabbitMQ
193 stars 42 forks source link

Support amqp-3.0 #104

Closed dmorneau closed 3 years ago

dmorneau commented 3 years ago

Starting from amqp-3.0, lager will no longer be required 🎉

Tested by overriding the dep to allow amqp-3.0-rc.1 and running tests.

https://github.com/pma/amqp/wiki/3.0-Release-Notes

josevalim commented 3 years ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build dba37b1d30da5a75c449937b32bcd5ed16bb3565-PR-104


Totals Coverage Status
Change from base Build a9f2de09a718bce6db0dea32829578ffcdddf709: 0.0%
Covered Lines: 131
Relevant Lines: 168

💛 - Coveralls
eucleciojosias commented 3 years ago

This fix an error, but the latest release does not include this change, I'm waiting for it

josevalim commented 3 years ago

You can use it directly from GitHub for now and give it a try. If it all works, pls let us know!

eucleciojosias commented 3 years ago

It worked:

defp deps do
  [
    {:broadway_rabbitmq, git: "https://github.com/dashbitco/broadway_rabbitmq", branch: :master}
  ]
end
benitezhm commented 3 years ago

Hello, first of all, thanks for this amazing library

I would like to know when will this be released, thank you :)