Re: count of number of producers and consumers in a kafka cluster

2022-02-04 Thread Dhirendra Singh
Hi Luke, The purpose of the count is to know how many producers and consumers and connected at any given time and it is not crossing any threshold. A bad client can open many connections affecting all others. Thanks, Dhirendra. On Fri, Feb 4, 2022 at 9:29 AM Luke Chen wrote: > Hi Dhirendra, > >

Re: count of number of producers and consumers in a kafka cluster

2022-02-03 Thread Luke Chen
Hi Dhirendra, Not sure what's the purpose of knowing the count of number of producers and consumers? Theres's metrics: `Consumer Group Count` to know the total number of Consumer Groups. For consumers, they go up and down from time to time, and the consumer group will rebalance the partitions aut

count of number of producers and consumers in a kafka cluster

2022-02-02 Thread Dhirendra Singh
Hi All, does kafka have any metrics for count of number of producers and consumers connected to a kafka cluster and any given time ? Thanks, Dhirendra.