rondagostino commented on a change in pull request #11239: URL: https://github.com/apache/kafka/pull/11239#discussion_r692561312
########## File path: core/src/main/scala/kafka/server/BrokerServer.scala ########## @@ -84,6 +84,8 @@ class BrokerServer( val supportedFeatures: util.Map[String, VersionRange] ) extends KafkaBroker { + override def brokerState: BrokerState = currentState() Review comment: Yeah, the same thought occurred to me, but I wanted to get a PR out there ASAP. Will fix. -- 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