mirror of https://github.com/apache/kafka.git
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:
parent
4ea5fb760f
commit
9b53c31d08
|
|
@ -62,8 +62,6 @@
|
|||
<pre class="brush: bash;">
|
||||
> 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue