You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by mmolimar <gi...@git.apache.org> on 2017/09/26 02:12:54 UTC

[GitHub] kafka pull request #3960: KAFKA-5975: No response when deleting topics and d...

GitHub user mmolimar opened a pull request:

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

    KAFKA-5975: No response when deleting topics and delete.topic.enable=false

    

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

    $ git pull https://github.com/mmolimar/kafka KAFKA-5975

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

    https://github.com/apache/kafka/pull/3960.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 #3960
    
----
commit f22a5547f3d9573e3f8bfbe3c624dc6eab595c8f
Author: Mario Molina <mm...@gmail.com>
Date:   2017-09-26T02:10:58Z

    Fix response when deleting topics and delete.topic.enable=false

----


---