-
Notifications
You must be signed in to change notification settings - Fork 641
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
[ISSUE #4690] Fix Kafka Connector failed to start #4691
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. |
@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. |
I agree this approach, each PR should not include too many changes that are not related to the PR theme. |
This reverts commit c60b559.
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.
LGTM
Fixes #4690.
Motivation
#4690
Modifications
Failed to construct kafka consumer
errorThe session timeout is not within the range allowed by the broker
error happened after the previous fixIncreasemaster
branch version from1.9.0-release
to1.10.0-release
Add new versions for bug issue templateand remove redundant line-breaksDocumentation