In this video we will be writing a Kafka producer in python that will be sending messages to Kafka topic. we will use the Kafka-python library for this purpose. we will also use the Faker module of python to generate some random data.
pip install kafka-python
pip install Faker
Source Code : https://github.com/self-tuts/kafka-fo...