confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
7.36k stars 3.11k forks source link

Add support for offsetsForTimes in mock handlers #4755

Open noahfrn opened 1 week ago

noahfrn commented 1 week ago

Currently, offsetsForTimes is not working when using the mock broker: See here

I think this would be very valuable to test application-driven offset assignment logic. Happy to pick this up, but want to make sure there's not any currently ongoing work to build this out.