kafka/clients
Jiangjie Qin 7804ea173b KAFKA-6489; Fetcher.retrieveOffsetsByTimes() should batch the metadata fetch.
Currently if users call KafkaConsumer.offsetsForTimes() with a large set of partitions. The consumer will add one topic at a time for the metadata refresh. We should add all the topics to the metadata topics and just do one metadata refresh instead.

Author: Jiangjie Qin <becket.qin@gmail.com>

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #4478 from becketqin/KAFKA-6849
2018-02-01 08:58:29 -08:00
..
src KAFKA-6489; Fetcher.retrieveOffsetsByTimes() should batch the metadata fetch. 2018-02-01 08:58:29 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00