frankvicky commented on code in PR #17373:
URL: https://github.com/apache/kafka/pull/17373#discussion_r1812146395


##########
gradle/dependencies.gradle:
##########
@@ -152,7 +152,9 @@ versions += [
   // Also make sure the compression levels in 
org.apache.kafka.common.record.CompressionType are still valid
   zstd: "1.5.6-6",
   junitPlatform: "1.10.2",
-  hdrHistogram: "2.2.2"
+  hdrHistogram: "2.2.2",
+  log4j2: "2.24.1",

Review Comment:
   Yes, the name `R` might be confusing. My intention was to purely transform 
from log4j1 to log4j2 without making any further unnecessary changes. However, 
it can definitely be renamed if needed. 



-- 
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]

Reply via email to