You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2016/01/14 00:01:23 UTC

kafka git commit: MINOR: modify config specification of topic level

Repository: kafka
Updated Branches:
  refs/heads/trunk d61543e32 -> 70011747c


MINOR: modify config specification of topic level

topic level config delete config options

use --delete-config instead of --deleteConfig

Author: eamon <zh...@hotmail.com>

Reviewers: Ismael Juma, Grant Henke, Guozhang Wang

Closes #612 from EamonZhang/trunk


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

Branch: refs/heads/trunk
Commit: 70011747c85337817497bc005ac9ea191d8688e3
Parents: d61543e
Author: Eamon Zhang <zh...@hotmail.com>
Authored: Wed Jan 13 15:01:20 2016 -0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Wed Jan 13 15:01:20 2016 -0800

----------------------------------------------------------------------
 docs/configuration.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/70011747/docs/configuration.html
----------------------------------------------------------------------
diff --git a/docs/configuration.html b/docs/configuration.html
index 4b88f26..ff5bb6b 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -48,7 +48,7 @@ Overrides can also be changed or set later using the alter topic command. This e
 To remove an override you can do
 <pre>
 <b> &gt; bin/kafka-topics.sh --zookeeper localhost:2181 --alter --topic my-topic
-    --deleteConfig max.message.bytes</b>
+    --delete-config max.message.bytes</b>
 </pre>
 
 The following are the topic-level configurations. The server's default configuration for this property is given under the Server Default Property heading, setting this default in the server config allows you to change the default given to topics that have no override specified.