Jason Gustafson created KAFKA-4000: -------------------------------------- Summary: Consumer per-topic metrics do not aggregate partitions from the same topic Key: KAFKA-4000 URL: https://issues.apache.org/jira/browse/KAFKA-4000 Project: Kafka Issue Type: Bug Components: consumer Affects Versions: 0.10.0.0, 0.9.0.1 Reporter: Jason Gustafson Priority: Minor
In the Consumer Fetcher code, we have per-topic fetch metrics, but they seem to be computed from each partition separately. It seems like we should aggregate them by topic. -- This message was sent by Atlassian JIRA (v6.3.4#6332)