diff options
| author | Lourens Naudé <lourens@methodmissing.com> | 2020-11-15 19:50:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-15 11:50:46 -0800 |
| commit | 8b8a48ba09677e38088c61ade2dab2e42198ab3f (patch) | |
| tree | a213ec3a9fd14df47965daa690f05246be1b451d /docs | |
| parent | 6c87155bbd855f6bba1ba30b2b6227e66ea79baa (diff) | |
| download | kafka-python-8b8a48ba09677e38088c61ade2dab2e42198ab3f.tar.gz | |
Add Kafka 2.6.0 to tests and protocol compatibility matrix (#2162)
* Co-authored-by: Andrew Brown <andrew.brown@shopify.com>
* Co-authored-by: Aaron Brady <aaron.brady@shopify.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/compatibility.rst | 4 | ||||
| -rw-r--r-- | docs/index.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst index 60b60bc..b3ad006 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -1,12 +1,12 @@ Compatibility ------------- -.. 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 -kafka-python is compatible with (and tested against) broker versions 2.5 +kafka-python is compatible with (and tested against) broker versions 2.6 through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release. Because the kafka server protocol is backwards compatible, kafka-python is diff --git a/docs/index.rst b/docs/index.rst index 18aeb29..536a058 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 @@ -137,7 +137,7 @@ for interacting with kafka brokers via the python repl. This is useful for testing, probing, and general experimentation. The protocol support is leveraged to enable a :meth:`~kafka.KafkaClient.check_version()` method that probes a kafka broker and -attempts to identify which version it is running (0.8.0 to 2.4+). +attempts to identify which version it is running (0.8.0 to 2.6+). .. toctree:: |
