3. Kafka Producer - stm29/Kafka GitHub Wiki
Producer
- Configuration required by the producer
- Bootstrap server (which is nothing kafka server address, i.e., http://IP:9092), producer can publish only if this address is specified on our producer file
- topic
- send method is used to publish in producer script
- value serializer
- Libraries used
- pip install Faker
- pip install kafka-python