jeffkbkim commented on a change in pull request #8935: URL: https://github.com/apache/kafka/pull/8935#discussion_r456064275
########## File path: core/src/main/scala/kafka/controller/ControllerEventManager.scala ########## @@ -139,4 +140,19 @@ class ControllerEventManager(controllerId: Int, } } + private def pollFromEventQueue(): QueuedEvent = { Review comment: unfortunately, the metrics version kafka uses (v2.2.0) is no longer supported by yammer https://github.com/dropwizard/metrics/issues/1618 ---------------------------------------------------------------- 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