cmccabe commented on code in PR #18148:
URL: https://github.com/apache/kafka/pull/18148#discussion_r1926118367
##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -1558,12 +1562,12 @@ private QuorumController(
setLogContext(logContext).
setSnapshotRegistry(snapshotRegistry).
setKafkaConfigSchema(configSchema).
+ setFeatureControl(featureControl).
setExistenceChecker(resourceExists).
setAlterConfigPolicy(alterConfigPolicy).
setValidator(configurationValidator).
Review Comment:
I guess this doesn't need to be changed :)
Can leave the `setFeatureControl` on the line it was previously :)
--
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]