jsancio commented on a change in pull request #11835: URL: https://github.com/apache/kafka/pull/11835#discussion_r826476938
########## File path: metadata/src/main/java/org/apache/kafka/controller/ReplicationControlManager.java ########## @@ -114,7 +114,6 @@ import static org.apache.kafka.common.protocol.Errors.NO_REASSIGNMENT_IN_PROGRESS; import static org.apache.kafka.common.protocol.Errors.UNKNOWN_TOPIC_ID; import static org.apache.kafka.common.protocol.Errors.UNKNOWN_TOPIC_OR_PARTITION; -import static org.apache.kafka.controller.ConfigurationControlManager.NO_OP_EXISTENCE_CHECKER; Review comment: @cmccabe I think we can remove this static field from `ConfigurationControlManager`. I don't think we use it or need it anymore. -- 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