You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by mimaison <gi...@git.apache.org> on 2017/09/04 16:35:07 UTC

[GitHub] kafka pull request #3785: KAFKA-5830: kafka-configs.sh should allow deletion...

GitHub user mimaison opened a pull request:

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

    KAFKA-5830: kafka-configs.sh should allow deletion of all configs for…

    … an entity
    
    Added a --delete-all-configs flag to delete all configurations for a given entity

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

    $ git pull https://github.com/mimaison/kafka KAFKA-5830

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

    https://github.com/apache/kafka/pull/3785.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 #3785
    
----
commit bba8715f97bdd152c30f9786b375fe52583995f6
Author: Mickael Maison <mi...@gmail.com>
Date:   2017-09-03T17:33:20Z

    KAFKA-5830: kafka-configs.sh should allow deletion of all configs for an entity
    
    Added a --delete-all-configs flag to delete all configurations for a given entity

----


---