зеркало из https://github.com/microsoft/kafka.git
7804ea173b
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 |
||
---|---|---|
.. | ||
src | ||
.gitignore |