Kafka Python
Kafka python client
There are two popular python client library: kafka-python and confluent-python-kafka
. The former is a python translation of the official Java client.
dpkp/kafka-python
1
2
3
4
# How to get Server supported API versions
admin_client._client.get_api_versions()
This post is licensed under CC BY 4.0 by the author.