cloudevents/sdk-go

Support https://github.com/Azure/go-amqp stable version

cx-joses opened this issue ยท 3 comments

Hi ๐Ÿ˜„,

Currently v2 amqp protocol is making use of Azure/go-amqp version 0.17.0. The package is already in version 1.0.5.
This is causing constraints in upgrading the cloudevents package on our side since we can only do it when cloudevents upgrades it.

Thanks

There's been several breaking changes (as expected when moving from 0.x to 1.x) which need some work from someone familiar with the AMQP SDK. Would you be open to work on this?

Hi, sure! I am currently working on this with another member and will provide a pull request.
We are in the testing phase to make sure compatibility on the functionalities!

Thanks for the quick response!

@embano1 if you could review the following PR

Thanks!