cmccabe commented on a change in pull request #11577:
URL: https://github.com/apache/kafka/pull/11577#discussion_r765472880
##########
File path:
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java
##########
@@ -1015,6 +1048,11 @@ private void resetState() {
*/
private final ControllerPurgatory purgatory;
+ /**
+ * A predicate that returns information about whether a ConfigResource
exists.
+ */
+ private final ConfigResourceExistenceChecker resourceExists;
Review comment:
ok
--
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]