jsancio commented on code in PR #12182:
URL: https://github.com/apache/kafka/pull/12182#discussion_r877200466


##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -1010,6 +1004,11 @@ private void maybeCompleteAuthorizerInitialLoad() {
         }
     }
 
+    // Visible for testing
+    MetadataVersion currentMetadataVersion() {
+        return featureControl.metadataVersion();
+    }

Review Comment:
   Which test needs this? It doesn't look like this is used in this PR.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to