mirror of https://github.com/apache/kafka.git
MINOR: Add line break so example command is readable without scrolling (#4879)
This commit is contained in:
parent
ac9c3ed0b4
commit
52e9ba66a5
|
@ -209,7 +209,8 @@
|
|||
|
||||
To remove an override you can do
|
||||
<pre class="brush: bash;">
|
||||
> bin/kafka-configs.sh --zookeeper localhost:2181 --entity-type topics --entity-name my-topic --alter --delete-config max.message.bytes
|
||||
> 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.
|
||||
|
|
Loading…
Reference in New Issue