You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/09 10:25:00 UTC

[jira] [Commented] (KAFKA-7139) Support to exclude the internal topics in kafka-topics.sh command

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

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

chia7712 opened a new pull request #5349: KAFKA-7139 Support to exclude the internal topics in kafka-topics.sh …
URL: https://github.com/apache/kafka/pull/5349
 
 
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Support to exclude the internal topics in kafka-topics.sh command
> -----------------------------------------------------------------
>
>                 Key: KAFKA-7139
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7139
>             Project: Kafka
>          Issue Type: Task
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>            Priority: Minor
>
> Usually we have no interesting in internal topics. However, the kafka-topics.sh can't exclude the internal topics simply. We have to write the regular to exclude the internal topics. This issue tries to add a flag (perhaps "exclude-internal") to kafka-topics.sh. If user set the flag, all internal topics will be excluded by the following commands - "list", "describe", "delete" and "alter"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)