chia7712 commented on code in PR #18685: URL: https://github.com/apache/kafka/pull/18685#discussion_r1983423778
########## core/src/main/scala/kafka/server/ControllerServer.scala: ########## @@ -153,7 +153,7 @@ class ControllerServer( val apiVersionManager = new SimpleApiVersionManager( ListenerType.CONTROLLER, config.unstableApiVersionsEnabled, - () => featuresPublisher.features() Review Comment: If we decide to fetch features from cache rather than `featuresPublisher`, we can remove whole `featuresPublisher` directly. -- 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