I have this really strange ask and is unconventional in terms of Kafka usage. I would like to read all the even offsets in a Kafka topic. How do I do that using Kafka-Python package?
Asked
Active
Viewed 54 times
0
-
have you tried anything so far ? – Ryuzaki L Jan 07 '21 at 17:35
-
just read all the offsets. if they're odd, you still read it but you don't use it afterwards. – dtc Jan 07 '21 at 19:15