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)