Kevin Wu created KAFKA-18395: -------------------------------- Summary: Initialize KafkaRaftMetrics without QuorumState to prevent circularity Key: KAFKA-18395 URL: https://issues.apache.org/jira/browse/KAFKA-18395 Project: Kafka Issue Type: Improvement Reporter: Kevin Wu Assignee: José Armando García Sancio
To implement https://issues.apache.org/jira/browse/KAFKA-16524, `QuorumState` needs to be removed from `KafkaRaftMetrics` constructor to avoid a circularity. That PR's approach is to move `QuorumState` to a `KafkaRaftMetrics#initialize` method for now. -- This message was sent by Atlassian Jira (v8.20.10#820010)