-
Notifications
You must be signed in to change notification settings - Fork 935
Fix 'propogation' a typo - 'propagation' #2062
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
* Update topic prefix to include partition.assignment.strategy * Add test to check uniqueness after each rebalance * Add test to check all partitions are assigned after each rebalance * Extracted variable for repetitive code part
🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
Analysis Details
3 Issues
- Bug 0 Bugs
- Vulnerability 0 Vulnerabilities
- Code Smell 3 Code Smells
Coverage and Duplications
- Coverage No coverage information (64.90% Estimated after merge)
- Duplications No duplication information (5.50% Estimated after merge)
Project ID: confluent-kafka-python
bf64b91 to
e81f784
Compare
The base branch was changed.
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.
Are those changes (adding test) also intended for this PR (fixing typo)?
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.
Same - it this intended to be added
A typo fix. From 'propogation' to 'propagation'