Re: Kafka Consumer Lag Monitoring

2023-05-09 Thread Santhosh Kumar
Hi Akshay Burrow is a popular open-source tool for monitoring the consumer lag in Apache Kafka. However, Burrow depends on ZooKeeper to access the Kafka metadata and track the consumer lag. Therefore, it is not possible to use Burrow without ZooKeeper. Since you are using Kafka version 3.3.1, you

Re: "Recreating" Zookeeper with KRaft

2023-04-25 Thread Santhosh Kumar
Yes, it is possible to have a separate Kraft controller from the brokers in Apache Kafka. The Kraft controller is responsible for managing the overall state of the Kafka cluster, such as managing topics, partitions, and replica assignments. To set up a separate Kraft controller, you will need to c

Re: Addition to Kafka contributor group

2023-04-25 Thread Santhosh Kumar
Hi Team, I would also like to contribute to open source Kafka, can you please add me to Kafka contributor group.Please find my details below: Username: Santhosh_Gopal Email: greetsanth...@gmail.com Thanks Santhosh Gopal On Tue, Apr 25, 2023 at 1:19 PM wrote: > On 2023-04-22 02:58, Luke Chen w

Re: Producer Application Utilizing Multiple Threads

2023-04-24 Thread Santhosh Kumar
Hi Arvind Yes, there is data to support the claim that sharing a single producer instance across threads in Apache Kafka is generally faster than having multiple instances. The reason for this is that a single producer instance can take advantage of batch processing, which allows it to send multi