You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fr...@apache.org on 2022/09/09 02:06:25 UTC

[druid] branch master updated: Update tutorial-kafka.md (#13056)

This is an automated email from the ASF dual-hosted git repository.

frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 48c99054d0 Update tutorial-kafka.md (#13056)
48c99054d0 is described below

commit 48c99054d038afcf1ef9d5c0699de213b80b6172
Author: sachidananda007 <sa...@nutanix.com>
AuthorDate: Fri Sep 9 07:36:19 2022 +0530

    Update tutorial-kafka.md (#13056)
    
    * Update tutorial-kafka.md
    
    Added missing command to the doc for zookeeper before starting kafka
    
    * Update docs/tutorials/tutorial-kafka.md
    
    Co-authored-by: Frank Chen <fr...@apache.org>
---
 docs/tutorials/tutorial-kafka.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/tutorials/tutorial-kafka.md b/docs/tutorials/tutorial-kafka.md
index 3726e639fe..d6048e8cb9 100644
--- a/docs/tutorials/tutorial-kafka.md
+++ b/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
+```
 
 Start a Kafka broker by running the following command in a new terminal:
 


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