Re: Zookeeper not starting

2023-05-17 Thread Lemi Odidi
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 question stopped running. The version of kafka is kafka_2.12-1.1.0.jar.asc. Thanks for help. Regards, Lemi On Wed, May 1

Re: Zookeeper not starting

2023-05-17 Thread Mich Talebzadeh
Hi Lemi, How many ZooKeepers do you have in your topology? Also ZooKeeper and Kafka versions. If it says Kafka is running there must be ZooKeeper somewhere already started HTH Mich Talebzadeh, Lead Solutions Architect/Engineering Lead Palantir Technologies Limited London United Kingdom vi

Zookeeper not starting

2023-05-17 Thread Lemi Odidi
I need help in starting up zookeeper. see below the console output when I try to star it bitnami@ip-172-21-2-143:/var/log$ sudo /opt/bitnami/ctlscript.sh status zookeeper not running kafka alr

Re: [VOTE] 3.4.1 RC0

2023-05-17 Thread Josep Prat
Hi Luke, I ran the tests from the source package you created and I didn't get any of the test failures you had on your CI build. I got other flaky tests though, that after being run in isolation ran successfully. I'll try to run signature validation, and some further testing later today or later t

Re: [VOTE] 3.4.1 RC0

2023-05-17 Thread Federico Valeri
Hi Luke, thanks for running the release. Looks like the Maven artifacts are not in staging: https://repository.apache.org/content/groups/staging/org/apache/kafka/kafka-clients/3.4.1/ Documentation still has 3.4.0, instead of 3.4.1 (not sure if this will be aligned later): https://kafka.apache.org

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

2023-05-17 Thread Mich Talebzadeh
Thanks Miguel, I did that Based on the following 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]} ] } I ran this command kafka-reassign-partitions.sh --bo