watermill icon indicating copy to clipboard operation
watermill copied to clipboard

[watermill-kafka] use github.com/IBM/sarama

Open jens1205 opened this issue 2 years ago • 2 comments

The go.mod still says: require github.com/Shopify/sarama v1.38.0

The sarama lib is now available under https://github.com/IBM/sarama, this should be reflected in the go.mod (although there is some forwarding from https://github.com/shopify/sarama to https://github.com/IBM/sarama)

jens1205 avatar Sep 06 '23 07:09 jens1205

otelsarama would also need to be replaced as it is deprecated. The most 'popular' (only?) replacement is dnwe/otelsarama. See also https://github.com/IBM/sarama/issues/2510.

d4nyll avatar Jan 28 '24 13:01 d4nyll

I also want this.

henrik-olund-wcar avatar Apr 11 '24 11:04 henrik-olund-wcar