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

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

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

----


> Change metdata response to include required additional fields
> -------------------------------------------------------------
>
>                 Key: KAFKA-3306
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3306
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Grant Henke
>            Assignee: Grant Henke
>            Priority: Critical
>             Fix For: 0.10.0.0
>
>
> This includes:
> - Rack information from KAFKA-1215 (KIP-36)
> - A boolean to indicate if a topic is marked for deletion
> - A boolean to indicate if a topic is an internal topic
> - An indicator of the current controller broker



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

Reply via email to