Zookeeper issue in setting kafka

后端 未结 10 536
盖世英雄少女心
盖世英雄少女心 2021-01-11 14:00

To install kafka , I downloaded the kafka tar folder. To start the server I tried this command :

bin/zookeeper-server-start.sh config/zookeeper.properties
<         


        
10条回答
  •  伪装坚强ぢ
    2021-01-11 14:32

    I saw when you run the above command it doesn't take config file. So if you Put complete path like c:\Kafka\config\zookeeper.properties... this works.

提交回复
热议问题