You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/08 13:46:42 UTC

[GitHub] [druid] FrankChen021 commented on a diff in pull request #13056: Update tutorial-kafka.md

FrankChen021 commented on code in PR #13056:
URL: https://github.com/apache/druid/pull/13056#discussion_r965992409


##########
docs/tutorials/tutorial-kafka.md:
##########
@@ -43,6 +43,11 @@ curl -O https://archive.apache.org/dist/kafka/2.7.0/kafka_2.13-2.7.0.tgz
 tar -xzf kafka_2.13-2.7.0.tgz
 cd kafka_2.13-2.7.0
 ```
+Start zookeeper first with the following command:
+
+```bash
+.bin/zookeeper-server-start.sh config/zookeeper.properties

Review Comment:
   ```suggestion
   ./bin/zookeeper-server-start.sh config/zookeeper.properties
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org