From 790be02ed3efd585f8342a23c6e3be06c773831a Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Thu, 30 May 2019 13:48:38 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Storm=E9=9B=86=E6=88=90Kakfa.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Storm集成Kakfa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/Storm集成Kakfa.md b/notes/Storm集成Kakfa.md index 679b902..af0d061 100644 --- a/notes/Storm集成Kakfa.md +++ b/notes/Storm集成Kakfa.md @@ -170,7 +170,7 @@ public class WritingToKafkaApp { #### 1. 启动Kakfa -Kafka的运行依赖于zookeeper,需要预先启动,可以启动Kafka内置的zookeeper,也可以启动自己安装的。 +Kafka的运行依赖于zookeeper,需要预先启动,可以启动Kafka内置的zookeeper,也可以启动自己安装的: ```shell # zookeeper启动命令 @@ -364,4 +364,4 @@ public class DefaultRecordTranslator implements RecordTranslator { ## 参考资料 -1. [Storm Kafka Integration (0.10.x+)](http://storm.apache.org/releases/2.0.0-SNAPSHOT/storm-kafka-client.html) \ No newline at end of file +1. [Storm Kafka Integration (0.10.x+)](http://storm.apache.org/releases/2.0.0-SNAPSHOT/storm-kafka-client.html)