cmccabe commented on code in PR #14208: URL: https://github.com/apache/kafka/pull/14208#discussion_r1295090413
########## metadata/src/main/java/org/apache/kafka/image/loader/MetadataLoader.java: ########## @@ -183,6 +183,8 @@ public MetadataLoader build() { */ private MetadataImage image; + private MetadataBatchLoader batchLoader; Review Comment: it seems like in the current implementation, this is `final` ? -- 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