FrankYang0529 commented on code in PR #19410: URL: https://github.com/apache/kafka/pull/19410#discussion_r2032444160
########## core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala: ########## @@ -63,7 +63,7 @@ abstract class AbstractControllerMutationQuota(private val time: Time) extends C protected var lastRecordedTimeMs = 0L Review Comment: It looks like there is no other class uses this variable directly. Can we update it as private? Thanks. -- 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