Unsubscribe :

2023-10-04 Thread Girish L
Dear Team I am repeatedly sending email to dev-unsubscr...@kafka.apache.org to unsubscribe this email address of mine from the email notifications received from dev@kafka.apache.org. Could one of you please help me with the correct process? Regards Girish

Re: [kafka] branch trunk updated: MINOR: Do not reuse admin client across tests (#14225)

2023-08-17 Thread Girish L
how to unsubscribe? from these emails .. On Thu, Aug 17, 2023 at 11:24 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > mjsax pushed a commit to branch trunk > in repository https://gitbox.apache.org/repos/asf/kafka.git > > > The following commit(s) were added

Best Tool : Apache kafka Monitoring

2021-06-03 Thread Girish L
Hello Apache Kafka Experts, What is the best free tool for Apache kafka monitoring at enterprise level , with UI for admin team /support team? Could you please suggest something? Any links/ pointers Thanks

Re: CLI command : Apache Kafka : to check LEADER

2021-06-02 Thread Girish L
as: 1,2 Isr: > 1,2 > Topic: topic-b Partition: 3Leader: 2 Replicas: 2,1 Isr: > 2,1 > > > > There is one kafka controller which is the "leader" of cluster, > > You can find out which is the controller by the following command > > ./bin/z

CLI command : Apache Kafka : to check LEADER

2021-06-02 Thread Girish L
hello all .. in apache kafka, could you please share the CLI command to check the Leader among the broker .. one command that can be run in the kafka broker cluster which gives the leader instance as output. Thanks