1.4. 文档惯例
Replaceables
在这个文档中,可替换的文本风格在 monospace
中,使用斜体、大写和连字符。
例如,在以下代码中,您要将 BOOTSTRAP-ADDRESS
和 TOPIC-NAME
替换为您自己的地址和主题名称:
bin/kafka-console-consumer.sh --bootstrap-server BOOTSTRAP-ADDRESS --topic TOPIC-NAME --from-beginning
bin/kafka-console-consumer.sh --bootstrap-server BOOTSTRAP-ADDRESS --topic TOPIC-NAME --from-beginning