Part 7 - Kafka producer in python | Kafka for beginners

Опубликовано: 09 Октябрь 2024
на канале: CodeWithRajRanjan
69,774
828

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...