Re: Zookeeper not starting

2023-05-18 Thread Mich Talebzadeh
Have you looked at the zookeeper log to see why it is failing to start? On the zookeeper host do ps -ef | grep zookeeper | grep zookeeper.log.dir --color Says something like below hduser 26214 1 0 23:18 pts/200:00:01 /opt/jdk1.8.0_201/bin/java

Re: Zookeeper not starting

2023-05-18 Thread Lemi Odidi
Does anyone have an idea how to get my zookeeper running? On Wed, May 17, 2023 at 10:34 AM Lemi Odidi wrote: > Hello Mich, > Thank you for your response. I have 3 instances running Kafka in this > environment. All these instances had zookeepers running on them > independently until the one in

Re: Some questions on Kafka on order of messages with mutiple partitions

2023-05-18 Thread Mich Talebzadeh
Thanks Peter. This is my modified Json file { "version":1, "partitions":[ {"topic":"md","partition":0,"replicas":[1,3,7]}, {"topic":"md","partition":1,"replicas":[2,8,9]}, {"topic":"md","partition":2,"replicas":[7,10,12]}, {"topic":"md","partition":3,"replicas":[1,12,9]},

Re: Some questions on Kafka on order of messages with mutiple partitions

2023-05-18 Thread Peter Bukowinski
It looks like you successfully removed replicas from partitions 0, 1, and 2, but partitons 3 - 8 still show 9 replicas. You probably intended to remove them from all 9 partitions? You’ll need to create another json file with partitions 3 - 8 to complete the task. — Peter > On May 17, 2023,