Re: Question about REQUEST QUEUE size

2023-03-07 Thread Huân La Quốc Nhựt
Thanks for your reply, after that I figured out my total producer rate is just around 8000/s although message rate is around 80K - 100K (message in per sec metric). Is 8000 requests per sec are simply too tiny to have any significant changes in request queue size ? May I ask you some additional

Re: Question about REQUEST QUEUE size

2023-03-07 Thread Divij Vaidya
The metric that you are monitoring is correct and works correctly in my setup for the versions that you mentioned. 1. To rule out any problems with reading via jconsole, do you see a non-zero value for "kafka.server:type=BrokerTopicMetrics,name=TotalProduceRequestsPerSec,topic=([-.\w]+)" ? 2. Do

Question about REQUEST QUEUE size

2023-03-07 Thread Huân La Quốc Nhựt
Hi guys, According to the document we can get the request queue size (the one network threads enqueue, IO threads dequeue and will block network thread if full) via "kafka.network:type=RequestChannel,name=RequestQueueSize". However, when I use jconsole to view this metric it always = 0. I have