i want to use in Kafka-Stream consumer to read record from Kafka, there is an option to read the records every given interval? for example every 1 minutes?
How to read records from Kafka using Kafka-Stream by interval
1.9k views Asked by user7365161 At
1
I am not sure if I understand your question correctly. However, I think there are multiple approaches (depending on what you actually want to achieve which in unclear from the question).
KafkaConsumer
you can just read messages and check their timestamps to chunk data by intervals