You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ne...@apache.org on 2014/03/16 00:01:21 UTC

svn commit: r1577945 - /kafka/site/081/ops.html

Author: nehanarkhede
Date: Sat Mar 15 23:01:20 2014
New Revision: 1577945

URL: http://svn.apache.org/r1577945
Log:
Updated docs to reflect the beta status of delete topic in 0.8.1

Modified:
    kafka/site/081/ops.html

Modified: kafka/site/081/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/081/ops.html?rev=1577945&r1=1577944&r2=1577945&view=diff
==============================================================================
--- kafka/site/081/ops.html (original)
+++ kafka/site/081/ops.html Sat Mar 15 23:01:20 2014
@@ -42,7 +42,8 @@ And finally deleting a topic:
 <pre>
  &gt; bin/kafka-topics.sh --zookeeper zk_host:port/chroot --delete --topic my_topic_name
 </pre>
-
+WARNING: Delete topic functionality is beta in 0.8.1. Please report any bugs that you encounter on the <a href="mailto: users@kafka.apache.org">mailing list</a> or <a href="https://issues.apache.org/jira/browse/KAFKA">JIRA</a>.
+<p>
 Kafka does not currently support reducing the number of partitions for a topic or changing the replication factor.
 
 <h4><a id="basic_ops_restarting">Graceful shutdown</a></h4>