GitHub user granthenke opened a pull request:

    https://github.com/apache/kafka/pull/1095

    KAFKA-3306: Change metdata response to include required additional fi…

    …elds
    
    - Adds a Boolean type to the protocol
    - Adds new fields to the Metadata reponse protocol
    - Adds server code to handle new fields
       - Track controller id in the metadata cache
       - Check if a topic is considered internal
       - Check if a topic is marked for deletion
       - included rack information if present
    - Adds test code to test new functionality independent of the client

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/granthenke/kafka metadata-changes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1095.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 #1095
    
----
commit e7e031b2a3fe3984d8b1958bd81e76f2b122e57f
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-18T16:43:05Z

    KAFKA-3306: Change metdata response to include required additional fields
    
    - Adds a Boolean type to the protocol
    - Adds new fields to the Metadata reponse protocol
    - Adds server code to handle new fields
       - Track controller id in the metadata cache
       - Check if a topic is considered internal
       - Check if a topic is marked for deletion
       - included rack information if present
    - Adds test code to test new functionality independent of the client

----


---
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.
---

Reply via email to