-
-
Notifications
You must be signed in to change notification settings - Fork 165
BE: Topics: Validate ISR/replication upon creation (#103) #1246
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
Conversation
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.
Hi abhishekray323! 👋
Welcome, and thank you for opening your first PR in the repo!
Please wait for triaging by our maintainers.
Please take a look at our contributing guide.
Hi , |
Please feel free to take a look at the failing tests & sonar checks, we'll take a look meanwhile |
Hi @Haarolean , Also, I'm trying to run Sonar analysis in my IntelliJ using SonarLint plugin, but it's running slow, do you have any suggestions on that how can I run sonar tests before raising a PR ? |
@abhishekray323 not quite, unfortunately. Please fix the tests first and we'll run the cloud one. There might be no issues, just the failure related to a failing build. |
It seems like somehow this PR got closed. Raise a new PR: #1263
It was due to memory issue in my IDE, increased the heap memory, every thing worked fine. Thanks for responding . |
What changes did you make? (Give an overview)
Resolves #103
Constraints related to configurations of kafka topic has been added. Before this change there were only default checks provided Kafka, which allowed configuration with inconsistent configs to get created. One such example is being able to set "min.insync.replicas" value greater than "replication factor", which doesn't makes sense. Following is a complete list of checks have been added:
Is there anything you'd like reviewers to focus on?
How Has This Been Tested? (put an "x" (case-sensitive!) next to an item)
Checklist (put an "x" (case-sensitive!) next to all the items, otherwise the build will fail)
Check out Contributing and Code of Conduct
A picture of a cute animal (not mandatory but encouraged)
