d8tltanc commented on a change in pull request #8846: URL: https://github.com/apache/kafka/pull/8846#discussion_r468829772
########## File path: core/src/main/scala/kafka/admin/BrokerApiVersionsCommand.scala ########## @@ -281,8 +281,7 @@ object BrokerApiVersionsCommand { val logContext = new LogContext(s"[LegacyAdminClient clientId=$clientId] ") val time = Time.SYSTEM val metrics = new Metrics(time) - val metadata = new Metadata(100L, 60 * 60 * 1000L, logContext, - new ClusterResourceListeners) + val metadata = new Metadata(100L, 100L, 60 * 60 * 1000L, logContext, new ClusterResourceListeners) Review comment: Yes. Refactored. ---------------------------------------------------------------- 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