Kafka Producer in Python
Create a Python Kafka Producer with pykafka and flask

After describing the high-level overview of our project in the first story of this series, we will finally get our hands dirty and write a Kafka Producer in Python with the pykafka client. We will use the Producer to send the live location of the bus to the Kafka topic. In the next story, we will describe how we can consume the…