-
Notifications
You must be signed in to change notification settings - Fork 292
codec(cdc): fix encoder max-message-bytes (#4074)
#4077
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
codec(cdc): fix encoder max-message-bytes (#4074)
#4077
Conversation
Signed-off-by: ti-chi-bot <[email protected]>
Signed-off-by: ti-chi-bot <[email protected]>
Signed-off-by: ti-chi-bot <[email protected]>
amyangfei
left a comment
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.
rest lgtm
Co-authored-by: amyangfei <[email protected]>
9c505b1 to
4bf83dc
Compare
Codecov Report
@@ Coverage Diff @@
## release-5.1 #4077 +/- ##
================================================
Coverage ? 64.1878%
================================================
Files ? 160
Lines ? 16782
Branches ? 0
================================================
Hits ? 10772
Misses ? 5071
Partials ? 939 |
|
/run-integration-test |
|
/merge |
|
This pull request has been accepted and is ready to merge. Commit hash: bd8a6e1
|
|
/hold Waiting for manual testing |
|
/run-all-tests |
|
/run-kafka-integration-test |
|
/unhold |
|
/merge |
This is an automated cherry-pick of #4074
What problem does this PR solve?
when initializing the encoder, make sure
max-message-bytesin theopts, and set identical to producer's configuration.What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note