Re: kafka configure problem

2017-12-28 Thread Manoj Khangaonkar
The advertised.listeners property in server.properties needs to have the ip address that the broker is listening on. For eg. advertised.listeners=PLAINTEXT://192.168.52.194:9092:9092 regards On Mon, Dec 25, 2017 at 12:20 AM, 刘闯 wrote: > i‘ m a beginner of kafka. i usde kafka_2.11-0.9.0.1.

Re: kafka configure problem

2017-12-28 Thread Manoj Khangaonkar
The advertised.listeners property in server.properties needs to have the ip address that the broker is listening on. For eg. advertised.listeners=PLAINTEXT://192.168.52.194:9092:9092 regards On Mon, Dec 25, 2017 at 12:20 AM, 刘闯 wrote: > i‘ m a beginner of kafka. i usde kafka_2.11-0.9.0.1.

?????? kafka configure problem

2017-12-26 Thread G~D~Lunatic
shuaige 0 0 -- -- ??: "Ted Yu";; : 2017??12??26??(??) 7:38 ??: "users"; ????: Re: kafka configure problem What you mentioned is a DEBUG log from KafkaController.scala Can you pastebin relevant log so that we can have better idea of

Re: kafka configure problem

2017-12-26 Thread Ted Yu
replica Map() (kafka.controller.KafkaController) > is this normal? > > > > > > -- 原始邮件 -- > 发件人: "Ted Yu";; > 发送时间: 2017年12月26日(星期二) 上午10:19 > 收件人: "users"; > > 主题: Re: kafka configure problem > > > >

?????? kafka configure problem

2017-12-25 Thread G~D~Lunatic
in controller.log.-XX topics not in preferred replica Map() (kafka.controller.KafkaController) is this normal? -- -- ??: "Ted Yu";; : 2017??12??26??(??) 10:19 ??: "users"; : Re: kafka configure probl

Re: kafka configure problem

2017-12-25 Thread Ted Yu
Cheers On Mon, Dec 25, 2017 at 6:08 PM, G~D~Lunatic <747620...@qq.com> wrote: > thank you , what's the file path of broker log. i have no idea about > checking log > > > > > > -- 原始邮件 -- > 发件人: "Ted Yu";; > 发送

?????? kafka configure problem

2017-12-25 Thread G~D~Lunatic
thank you , what's the file path of broker log. i have no idea about checking log -- -- ??: "Ted Yu";; : 2017??12??26??(??) 9:50 ??: "users"; ????: Re: kafka configure problem Was broker running on

Re: kafka configure problem

2017-12-25 Thread Ted Yu
Was broker running on 52.194 encountering some error ? Can you check broker log on 52.194 ? Thanks On Mon, Dec 25, 2017 at 5:03 PM, G~D~Lunatic <747620...@qq.com> wrote: > i‘ m a beginner of kafka. i usde kafka_2.11-0.9.0.1. my kafka built in > two virtual machine which ip are 52.193 and 52.1

kafka configure problem

2017-12-25 Thread G~D~Lunatic
i?? m a beginner of kafka. i usde kafka_2.11-0.9.0.1. my kafka built in two virtual machine which ip are 52.193 and 52.194 when i use commonds both in 52.193./kafka-console-producer.sh --broker-list 192.168.52.193:9092 --topic shuaige and ./kafka-console-consumer.sh --zookeeper 192.168.52.195:

kafka configure problem

2017-12-25 Thread 刘闯
i‘ m a beginner of kafka. i usde kafka_2.11-0.9.0.1. my kafka built in two virtual machinewhich ip are 52.193 and 52.194 when i use commonds both in 52.193 ./kafka-console-producer.sh --broker-list 192.168.52.193:9092 --topic shuaige and ./kafka-console-consumer.sh --zookeeper 192.168.52.195:21