Jason Gustafson created KAFKA-4221: -------------------------------------- Summary: 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 Fix For: 0.10.2.0
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)