-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Kafka 2.6.0 to tests and protocol compatibility matrix #2162
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
@@ -1,7 +1,7 @@ | |||
kafka-python | |||
############ | |||
|
|||
.. image:: https://img.shields.io/badge/kafka-2.5%2C%202.4%2C%202.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg | |||
.. image:: https://img.shields.io/badge/kafka-2.6%2C%202.5%2C%202.4%2C%202.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg | |||
:target: https://kafka-python.readthedocs.io/compatibility.html | |||
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg | |||
:target: https://pypi.python.org/pypi/kafka-python |
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.
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.
Ready to push but will do so when build completes
This is great, thank you! |
KafkaServer {{ | ||
{jaas_config} | ||
}}; | ||
Client {{}}; |
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.
newline needed here?
Thanks!! |
References https://downloads.apache.org/kafka/2.6.0/RELEASE_NOTES.html
This change is