cmccabe commented on a change in pull request #10705: URL: https://github.com/apache/kafka/pull/10705#discussion_r633905804
########## File path: metadata/src/main/java/org/apache/kafka/controller/QuorumController.java ########## @@ -202,7 +200,7 @@ public Builder setMetrics(ControllerMetrics controllerMetrics) { @SuppressWarnings("unchecked") public QuorumController build() throws Exception { - if (logManager == null) { + if (raftClient == null) { throw new RuntimeException("You must set a metadata log manager."); Review comment: Since we're now setting a raft client rather than metadata log manager, the exception message should be updated. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org