You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/01 12:01:12 UTC

[jira] [Commented] (KAFKA-3640) Reduce the latency of topic metadata requests

    [ https://issues.apache.org/jira/browse/KAFKA-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265689#comment-15265689 ] 

ASF GitHub Bot commented on KAFKA-3640:
---------------------------------------

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 <fp...@apache.org>
Date:   2016-03-11T18:04:15Z

    First cut of the changes to KafkaApis and MetadataCache.

commit a3bd48162cab73ace71f8ea54d9a5ebd22e1c224
Author: Flavio Junqueira <fp...@apache.org>
Date:   2016-03-17T14:59:41Z

    Tests pass with these fixes.

commit 9129e03f4aeed271650a3902e9940d4a92b66471
Author: Flavio Junqueira <fp...@apache.org>
Date:   2016-03-18T21:28:09Z

    Fixed typo, incorrect predicate with metadataCache.hasTopicMetadata.

commit 92ea5a0b3381b6263f0c36fcfd218658ea216efe
Author: Flavio Junqueira <fp...@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 <fp...@apache.org>
Date:   2016-05-01T09:56:27Z

    KAFKA-3640: Removed commented out code.

----


> Reduce the latency of topic metadata requests
> ---------------------------------------------
>
>                 Key: KAFKA-3640
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3640
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.9.0.1
>            Reporter: Flavio Junqueira
>            Assignee: Flavio Junqueira
>             Fix For: 0.9.0.2
>
>
> Changes to reduce the latency of topic metadata requests based on the PR of KAFKA-2073.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)