strimzi / strimzi-canary

Strimzi canary
Apache License 2.0
42 stars 28 forks source link

Update Sarama to 1.34.0 #180

Closed ppatierno closed 2 years ago

ppatierno commented 2 years ago

The current Sarama 1.33.0 is affected by this issue https://github.com/Shopify/sarama/issues/2233 which makes the canary unusable when the re-auth is enabled. The bug was fixed via https://github.com/Shopify/sarama/pull/2234 and it's now available in the latest 1.34.0 release. We have to update to this version and cherry-pick to the 0.3.0 release branch, because the bug was found during the RC1 testing by @k-wall .