simple project for Apache Kafka tools and different clients
Pre-reqs:
- A Kafka broker
- Confluent Kafka Python library:
pip3 install confluent_kafka
python python_kafka_test_client.py [bootstrap server]
- https://docs.confluent.io/current/clients/python.html
- https://github.com/confluentinc/confluent-kafka-python/tree/master/examples
- https://rmoff.net/2018/08/02/kafka-listeners-explained/
Python programme to test connectivity and configuration test has been written by @rmoff