-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 1.3] Update Kafka Client to 3.0.2 #2129
[Backport 1.3] Update Kafka Client to 3.0.2 #2129
Conversation
Signed-off-by: Vinayak Kothari <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase this change off of main. We accept changes to main and then backport them as needed to branches like 1.3
, and I think this should follow the standard process.
@peternied This is a manual backport to 1.3. The backport bot failed for 1.3. See #2123. |
Thanks for noticing it was a backport @cwperks I've changed the branch back to 1.3 and as soon as CI finishes we can merge this change (it only requires 1 approver) |
Codecov Report
@@ Coverage Diff @@
## 1.3 #2129 +/- ##
============================================
- Coverage 64.61% 64.43% -0.18%
+ Complexity 3217 3216 -1
============================================
Files 247 247
Lines 17349 17341 -8
Branches 3078 3073 -5
============================================
- Hits 11210 11174 -36
- Misses 4583 4617 +34
+ Partials 1556 1550 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I am merging anyways, tests in the |
Description
[Describe what this change achieves]
Update Kafka version to fix security vulnerability(#2095)
Issues Resolved
[List any issues this PR will resolve]
Is this a backport? If so, please add backport PR # and/or commits #
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.