We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f762a4 commit ea10724Copy full SHA for ea10724
markdown-file/Kafka-Install-And-Settings.md
@@ -424,6 +424,7 @@ socket.request.max.bytes=104857600
424
425
- 启动 kafka 服务(必须制定配置文件):`cd /usr/local/kafka && bin/kafka-server-start.sh config/server.properties`
426
- 后台方式运行 kafka 服务:`cd /usr/local/kafka && bin/kafka-server-start.sh -daemon config/server.properties`
427
+ - 停止 kafka 服务:`cd /usr/local/kafka && bin/kafka-server-stop.sh`
428
- 再开一个终端测试:
429
- 进入目录:`cd /usr/local/kafka`
430
- 创建 topic 命令:`bin/kafka-topics.sh --create --zookeeper youmeekhost:2181 --replication-factor 1 --partitions 1 --topic my-topic-test`
0 commit comments