-
Notifications
You must be signed in to change notification settings - Fork 291
kafka(ticdc): bump sarama fix kafka stuck (#12134) #12138
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
kafka(ticdc): bump sarama fix kafka stuck (#12134) #12138
Conversation
Signed-off-by: ti-chi-bot <[email protected]>
@3AceShowHand This PR has conflicts, I have hold it. |
Signed-off-by: ti-chi-bot <[email protected]>
607d747
to
8b32c6d
Compare
…/ti-chi-bot/tiflow into cherry-pick-12134-to-release-8.5
10ece36
to
fdc5b32
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## release-8.5 #12138 +/- ##
================================================
Coverage ? 55.1183%
================================================
Files ? 1003
Lines ? 136764
Branches ? 0
================================================
Hits ? 75382
Misses ? 55847
Partials ? 5535 🚀 New features to boost your workflow:
|
/unhold |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3AceShowHand The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest |
This is an automated cherry-pick of #12134
What problem does this PR solve?
Issue Number: close #12110
What is changed and how it works?
This PR fix the kafka sink stuck problem, caused by the downstream kafka cluster throttling.
The pingcap/sarama is forked from the IBM/sarama, only cherry-pick necessary bug fix PR IBM/sarama#2826. The
v1.41.2-pingcap-20250415
is based on the release v1.41.2Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note