Re: After creating a topic, broker gets dropped from ISR

2014-09-30 Thread Jun Rao
Could you check that the broker host registered in ZK is the ip that you are expecting? Thanks, Jun On Tue, Sep 30, 2014 at 3:03 AM, florent valdelievre < florentvaldelie...@gmail.com> wrote: > Hi again, > > 192.168.1.180 > Zk: 192.168.1.180:2181 > Kafka: 9092 > Broker.id = 1 > zookeeper.connec

After creating a topic, broker gets dropped from ISR

2014-09-30 Thread florent valdelievre
Hi again, 192.168.1.180 Zk: 192.168.1.180:2181 Kafka: 9092 Broker.id = 1 zookeeper.connect=192.168.1.180:2181 -- 192.168.1.190 Zk: 192.168.1.180:2181 Kafka: 9092 Broker.id = 2 zookeeper.connect=192.168.1.180:2181 -- I start both Kafka-server I create a topic using the following command