Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Implement offsetForTimes for the kafka consumer based on the new threading model, using the OffsetsRequestManager. No changes at the consumer API level.
A call to the offsetsForTime consumer functionality should generate a ListOffsetsApplicationEvent with the timestamps to search provided in parameters. The ListOffsetsApplicationEvent is then handled by the OffsetsRequestManager, that builds the ListOffsets requests and processes the response when received.
Attachments
Issue Links
- is part of
-
KAFKA-14246 Update threading model for Consumer
- Resolved
- requires
-
KAFKA-14965 Introduce OffsetsRequestManager to integrate ListOffsets requests into new consumer threading refactor
- Resolved