ruby-kafka icon indicating copy to clipboard operation
ruby-kafka copied to clipboard

Support for KAFKA-4148 / KIP-79 / search offsets by timestamp in Consumer

Open rishabhsairawat opened this issue 2 years ago • 0 comments

I was trying to find method similar to offsetsForTimes in java or offsets_for_times in python. It was introduced to Kafka in KAFKA-4148.

It is useful in writing on-demand/cron jobs to consume & process messages within a time range.

Is there any plan to support this in ruby-kafka also?

rishabhsairawat avatar Mar 01 '22 17:03 rishabhsairawat