Kevin Wu created KAFKA-18679: -------------------------------- Summary: KafkaRaftMetrics metrics are exposing doubles instead of integers Key: KAFKA-18679 URL: https://issues.apache.org/jira/browse/KAFKA-18679 Project: Kafka Issue Type: Bug Reporter: Kevin Wu
The following metrics are being exposed as floating point doubles instead of ints/longs: * log-end-offset * log-end-epoch * number-unkown-voter-connections * current-leader * current-vote * current-epoch * high-watermark This issue extends to a lot of other metrics, which may be intending to report only integer/long values, but are instead reporting doubles. Link to GH discussion detailing issue further: https://github.com/apache/kafka/pull/18304#discussion_r1934364595 -- This message was sent by Atlassian Jira (v8.20.10#820010)