GitHub user fpj opened a pull request: https://github.com/apache/kafka/pull/1303
KAFKA-3640: Reduce the latency of topic metadata requests Changes based on KAFKA-2073 to reduce the latency of metadata requests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/fpj/kafka KAFKA-3640 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1303.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1303 ---- commit b08bcc6225128d25c84b2455622a1cca955028b0 Author: Flavio Junqueira <f...@apache.org> Date: 2016-03-11T18:04:15Z First cut of the changes to KafkaApis and MetadataCache. commit a3bd48162cab73ace71f8ea54d9a5ebd22e1c224 Author: Flavio Junqueira <f...@apache.org> Date: 2016-03-17T14:59:41Z Tests pass with these fixes. commit 9129e03f4aeed271650a3902e9940d4a92b66471 Author: Flavio Junqueira <f...@apache.org> Date: 2016-03-18T21:28:09Z Fixed typo, incorrect predicate with metadataCache.hasTopicMetadata. commit 92ea5a0b3381b6263f0c36fcfd218658ea216efe Author: Flavio Junqueira <f...@apache.org> Date: 2016-05-01T09:30:25Z Merge branch 'KAFKA-2073-TAG-0.9.0.1' into KAFKA-3640 commit 79543149fd76363410945f2a81ac588052faf1a7 Author: Flavio Junqueira <f...@apache.org> Date: 2016-05-01T09:56:27Z KAFKA-3640: Removed commented out code. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---