jolshan commented on code in PR #12972: URL: https://github.com/apache/kafka/pull/12972#discussion_r1072868862
########## core/src/main/scala/kafka/server/ApiVersionManager.scala: ########## @@ -86,14 +100,7 @@ class DefaultApiVersionManager( finalizedFeatures.features.map(kv => (kv._1, kv._2.asInstanceOf[java.lang.Short])).asJava, finalizedFeatures.epoch, controllerApiVersions.orNull, - listenerType) - } - - override def enabledApis: collection.Set[ApiKeys] = { Review Comment: Do we no longer need these methods? Or are they just handled elsewhere? (Ie, ApiKeys) -- 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