cmccabe commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r875083085
########## metadata/src/main/java/org/apache/kafka/controller/util/SnapshotFileReader.java: ########## @@ -15,7 +15,7 @@ * limitations under the License. */ -package org.apache.kafka.shell; +package org.apache.kafka.controller.util; Review Comment: Hmm, I don't think this is really controller-specific, is it? In fact, we don't use it in the controller per se (although it is used in the tooling...) Perhaps `org.apache.kafka.metadata.util` ? -- 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