jiafu1115 commented on code in PR #20203: URL: https://github.com/apache/kafka/pull/20203#discussion_r2481775104
########## core/src/main/scala/kafka/server/BrokerServer.scala: ########## @@ -162,6 +163,8 @@ class BrokerServer( var persister: Persister = _ + private val brokerReadyCallbacks = new mutable.ListBuffer[BrokerReadyCallback]() Review Comment: @kamalcph Hi. Thanks for your reminder. Done with the change. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
