Broker is 100% running. ZK path shows /broker/ids/1
On Fri, Aug 18, 2017 at 1:02 AM, Yang Cui wrote:
> please use zk client to check the path:/brokers/ids in ZK
>
> 发自我的 iPhone
>
> > 在 2017年8月18日,下午3:14,Raghav 写道:
> >
> > Hi
> >
> > I have a 1 broker and 1 zookeeper on the same VM. I am using K
please use zk client to check the path:/brokers/ids in ZK
发自我的 iPhone
> 在 2017年8月18日,下午3:14,Raghav 写道:
>
> Hi
>
> I have a 1 broker and 1 zookeeper on the same VM. I am using Kafka 10.2.1.
> I am trying to create a topic using below command:
>
> "bin/kafka-topics.sh --create --zookeeper local
your broker is not running
发自我的 iPhone
> 在 2017年8月18日,下午3:14,Raghav 写道:
>
> Hi
>
> I have a 1 broker and 1 zookeeper on the same VM. I am using Kafka 10.2.1.
> I am trying to create a topic using below command:
>
> "bin/kafka-topics.sh --create --zookeeper localhost:2181
> --replication-facto
Hi
I have a 1 broker and 1 zookeeper on the same VM. I am using Kafka 10.2.1.
I am trying to create a topic using below command:
"bin/kafka-topics.sh --create --zookeeper localhost:2181
--replication-factor 1 --partitions 16 --topic topicTest04"
It fails with the below error. Just wondering why