Problem: I want to use Python to read messages from a Kafka Topic between two timestamps from all partitions. You can use tools like kcat to do this, but there is no simple way to do it from Python. | Vishalendu Pandey

Post

editor-img
Vishalendu Pandey
Dec 11, 2022

Problem: I want to use Python to read messages from a Kafka Topic between two timestamps from all partitions. You can use tools like kcat to do this, but there is no simple way to do it from Python.

My Code:

https://github.com/vishalendu/python_kafka_read_messages_between_timestamps

#kafka #Python #Pandas