The totalfetchrequests_total always rises periodically, even if no action is taken #9319
Answered
by
scholzj
runkecheng
asked this question in
Q&A
-
kafka_server_brokertopicmetrics_totalfetchrequests_total Where can I view the capture logic for this indicator and why is this happening? |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Nov 3, 2023
Replies: 1 comment
-
Not sure what the metric exactly means. But if you have the Topic Operator enabled, or the Cruise Control, they are using some internal Kafka topics. So they might be fetching on them even when your applications are not running. Similarly, Kafka Exporter will read the consumer offsets as far as I know. Could that explain it? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
runkecheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what the metric exactly means. But if you have the Topic Operator enabled, or the Cruise Control, they are using some internal Kafka topics. So they might be fetching on them even when your applications are not running. Similarly, Kafka Exporter will read the consumer offsets as far as I know. Could that explain it?