[ISSUE #4690] Fix Kafka Connector failed to start#4691
Merged
mxsm merged 7 commits intoapache:masterfrom Dec 28, 2023
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4691 +/- ##
=========================================
Coverage 17.39% 17.40%
- Complexity 1759 1760 +1
=========================================
Files 797 797
Lines 29850 29850
Branches 2579 2579
=========================================
+ Hits 5192 5194 +2
+ Misses 24177 24176 -1
+ Partials 481 480 -1 ☔ View full report in Codecov by Sentry. |
Member
|
@Pil0tXia Can I create a separate pull request to address the version issue? It's recommended to handle one thing per pull request for better clarity. |
Contributor
I agree this approach, each PR should not include too many changes that are not related to the PR theme. |
Member
Author
This reverts commit c60b559.
xwm1992
approved these changes
Dec 28, 2023
xuhongjia
pushed a commit
to Deckers-Ohana/eventmesh
that referenced
this pull request
Mar 13, 2025
* Fix StringDeserializer & (session.timeout.ms)/3 > heartbeat.interval.ms https://stackoverflow.com/questions/38406298/why-cant-i-increase-session-timeout-ms * customize timeout config * add new versions and remove redundant line-breaks * Increase master version * Fix an operator log typo * Revert "Increase master version" This reverts commit b112290. * Revert 'add new versions for issue template'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4690.
Motivation
#4690
Modifications
Failed to construct kafka consumererrorThe session timeout is not within the range allowed by the brokererror happened after the previous fixIncreasemasterbranch version from1.9.0-releaseto1.10.0-releaseAdd new versions for bug issue templateand remove redundant line-breaksDocumentation