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

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

GitHub user vahidhashemian reopened a pull request:

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

    KAFKA-2832: Add a consumer config option to exclude internal topics

    A new consumer config option 'exclude.internal.topics' was added to allow 
excluding internal topics when wildcards are used to specify consumers.
    The new option takes a boolean value, with a default 'false' value (i.e. no 
exclusion).
    
    This patch is co-authored with @rajinisivaram.

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

    $ git pull https://github.com/vahidhashemian/kafka KAFKA-2832

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

    https://github.com/apache/kafka/pull/932.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 #932
    
----
commit 1b03ad9d1e8dd0a40adb3272ff857c48289b1e05
Author: Vahid Hashemian <vahidhashem...@us.ibm.com>
Date:   2016-02-18T15:53:39Z

    KAFKA-2832: Add a consumer config option to exclude internal topics
    
    A new consumer config option 'exclude.internal.topics' was added to allow 
excluding internal topics when wildcards are used to specify consumers.
    The new option takes a boolean value, with a default of 'true' (i.e. 
exclude internal topics).
    
    This patch is co-authored with @rajinisivaram.

----


> support exclude.internal.topics in new consumer
> -----------------------------------------------
>
>                 Key: KAFKA-2832
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2832
>             Project: Kafka
>          Issue Type: New Feature
>          Components: clients
>            Reporter: Jun Rao
>            Assignee: Vahid Hashemian
>             Fix For: 0.9.1.0
>
>
> The old consumer supports exclude.internal.topics that prevents internal 
> topics from being consumed by default. It would be useful to add that in the 
> new consumer, especially when wildcards are used.



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

Reply via email to