wolfstudy opened a new pull request #14950: URL: https://github.com/apache/pulsar/pull/14950
Signed-off-by: xiaolongran <[email protected]> ### Motivation When unacked messages reached to max unacked messages, the following logs will be quickly output to the log file, causing the broker's log file to switch within a short period of time.  ### Modifications The tool class of zookeeper RateLogger is introduced to limit the rate of log output, so as to avoid a large amount of output of related log information in a short period of time to trigger the scrolling of log files -- 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]
