jolshan commented on code in PR #17013: URL: https://github.com/apache/kafka/pull/17013#discussion_r1733265426
########## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ########## @@ -239,6 +241,26 @@ class KafkaApisTest extends Logging { clientMetricsManager = clientMetricsManagerOpt) } + private def setupFeatures(featureVersions: Seq[FeatureVersion]): Unit = { Review Comment: Nice -- this seems a lot simpler/centralized than how we had it before. -- 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