[
https://issues.apache.org/jira/browse/KAFKA-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ewen Cheslack-Postava updated KAFKA-4221:
-----------------------------------------
Fix Version/s: (was: 0.10.2.0)
This is a nice improvement, but not strictly required by the consumer
implementation. We can set a fixVersion when someone has committed to making
this improvement.
> KafkaConsumer Fetcher can send ListOffsets requests in parallel when
> initializing position
> ------------------------------------------------------------------------------------------
>
> Key: KAFKA-4221
> URL: https://issues.apache.org/jira/browse/KAFKA-4221
> Project: Kafka
> Issue Type: Improvement
> Components: consumer
> Reporter: Jason Gustafson
>
> With the changes in KIP-79, we've added basic support for sending ListOffsets
> requests in parallel, however we do not yet utilize this capability when
> resetting offsets internally. Instead we send a separate ListOffsets request
> for each partition separately. Should be straightforward to refactor Fetcher
> to make use of parallel requests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)