chia7712 commented on code in PR #16559:
URL: https://github.com/apache/kafka/pull/16559#discussion_r1671701623


##########
build.gradle:
##########
@@ -933,6 +933,8 @@ project(':core') {
     implementation project(':raft')
     implementation project(':storage')
     implementation project(':server')
+    // added in order to pass the kafka_log4j_appender.py test
+    implementation project(':log4j-appender')

Review Comment:
   That is a solution indeed, but should we include it in release, I wonder?
   
   Could you take a look at solution_2 in my comment: 
https://github.com/apache/kafka/pull/12148#issuecomment-2214584773



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