abbccdda commented on a change in pull request #9412: URL: https://github.com/apache/kafka/pull/9412#discussion_r503411583
########## File path: core/src/main/scala/kafka/server/KafkaServer.scala ########## @@ -494,8 +495,14 @@ class KafkaServer(val config: KafkaConfig, time: Time = Time.SYSTEM, threadNameP ) val jmxPort = System.getProperty("com.sun.management.jmxremote.port", "-1").toInt + + val supportedFeatures = Review comment: Could we add a test coverage for this logic? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org