You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/10/27 13:41:52 UTC

kafka git commit: MINOR: Update docs wrt topic deletion being enabled by default

Repository: kafka
Updated Branches:
  refs/heads/trunk 4ea5fb760 -> 9b53c31d0


MINOR: Update docs wrt topic deletion being enabled by default

Author: Manikumar Reddy <ma...@gmail.com>

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

Closes #3835 from omkreddy/update-delete-topic-doc


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/9b53c31d
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/9b53c31d
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/9b53c31d

Branch: refs/heads/trunk
Commit: 9b53c31d0854f02139acbd39c33f17ac4886914d
Parents: 4ea5fb7
Author: Manikumar Reddy <ma...@gmail.com>
Authored: Fri Oct 27 14:41:46 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Fri Oct 27 14:41:46 2017 +0100

----------------------------------------------------------------------
 docs/ops.html | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/9b53c31d/docs/ops.html
----------------------------------------------------------------------
diff --git a/docs/ops.html b/docs/ops.html
index 5942c31..92077df 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -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>