jsancio commented on code in PR #19416: URL: https://github.com/apache/kafka/pull/19416#discussion_r2050787375
########## metadata/src/main/java/org/apache/kafka/controller/FeatureControlManager.java: ########## @@ -97,11 +105,16 @@ public FeatureControlManager build() { MetadataVersion.latestProduction().featureLevel())); quorumFeatures = new QuorumFeatures(0, localSupportedFeatures, List.of(0)); } + if (raftClient == null) { + throw new IllegalStateException("Must specify and raft client"); Review Comment: I updated this code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org