terrytlu opened a new pull request, #20105: URL: https://github.com/apache/kafka/pull/20105
fix the issue mentioned https://issues.apache.org/jira/browse/KAFKA-19470, to avoid the jdk11 + lo4j2 performance issue. Optimize the trait Logging, introduce a static Map object to cache the same class loggers. The testing strategy is: Create two instances, their classes inherit from the trait Logging, these two class instances will have the same variable logger, that is, the StackWalker method will not be called twice -- 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