MINOR: Update docs wrt topic deletion being enabled by default

Author: Manikumar Reddy <manikumar.reddy@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #3835 from omkreddy/update-delete-topic-doc
This commit is contained in:
Manikumar Reddy 2017-10-27 14:41:46 +01:00 committed by Ismael Juma
parent 4ea5fb760f
commit 9b53c31d08
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@
<pre class="brush: bash;">
&gt; bin/kafka-topics.sh --zookeeper zk_host:port/chroot --delete --topic my_topic_name
</pre>
Topic deletion option is disabled by default. To enable it set the server config
<pre class="brush: text;">delete.topic.enable=true</pre>
<p>
Kafka does not currently support reducing the number of partitions for a topic.
<p>