-
Notifications
You must be signed in to change notification settings - Fork 0
3. Kafka Producer
MohanprasadKumar ST edited this page May 17, 2021
·
1 revision
- 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