kevin-wu24 commented on code in PR #20021: URL: https://github.com/apache/kafka/pull/20021#discussion_r2164687071
########## metadata/src/main/java/org/apache/kafka/image/loader/metrics/MetadataLoaderMetrics.java: ########## @@ -142,16 +185,44 @@ public long handleLoadSnapshotCount() { return this.handleLoadSnapshotCount.get(); } + public void setFinalizedFeatureLevel(String featureName, short featureLevel) { + finalizedFeatureLevels.put(featureName, featureLevel); + } + + public short finalizedFeatureLevel(String featureName) { Review Comment: Kept this public and added checks in the test mentioned here: https://github.com/apache/kafka/pull/20021#discussion_r2163390456 -- 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