MINOR: Add line break so example command is readable without scrolling (#4879)

This commit is contained in:
Andras Beni 2018-04-18 01:37:34 +02:00 committed by Jason Gustafson
parent ac9c3ed0b4
commit 52e9ba66a5
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@
To remove an override you can do
<pre class="brush: bash;">
&gt; bin/kafka-configs.sh --zookeeper localhost:2181 --entity-type topics --entity-name my-topic --alter --delete-config max.message.bytes
&gt; bin/kafka-configs.sh --zookeeper localhost:2181 --entity-type topics --entity-name my-topic
--alter --delete-config max.message.bytes
</pre>
The following are the topic-level configurations. The server's default configuration for this property is given under the Server Default Property heading. A given server default config value only applies to a topic if it does not have an explicit topic config override.