gnmic icon indicating copy to clipboard operation
gnmic copied to clipboard

The sarama kafka library has changed ownership and is no longer receiving updates

Open alibresco opened this issue 2 years ago • 2 comments

Earlier this year, the sarama kafka library changed ownership from Shopify/sarama to IBM/sarama: https://github.com/IBM/sarama/issues/2461

As a result, the library is no longer receiving dependabot upgrades and will need to be manually upgraded once.

A wrinkle here is that gnmic depends on https://github.com/damiannolan/sasl which also depends on Shopify/sarama. Paths forward seem to be getting that library moved to IBM/sarama or just ripping out that library (it's not much code at all).

alibresco avatar Jan 10 '24 14:01 alibresco

Yes. I was waiting for an alternative to https://github.com/damiannolan/sasl to pop up for the IBM one.

karimra avatar Jan 10 '24 15:01 karimra

Cool, I made an issue over there: https://github.com/damiannolan/sasl/issues/3

alibresco avatar Jan 10 '24 15:01 alibresco

last version uses IBM/sarama, thanks for reporting

karimra avatar May 13 '24 23:05 karimra