[
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans updated KAFKA-15081:
-----------------------------------
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.
was:Implement offsetForTimes for the kafka consumer based on the new
threading model, using the ListOffsetsRequestManager. No changes at the
consumer API level.
> Implement new consumer offsetsForTimes
> --------------------------------------
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
> Issue Type: Task
> Components: clients, consumer
> Reporter: Lianet Magrans
> Assignee: Lianet Magrans
> Priority: Major
> Labels: consumer-threading-refactor
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)