chia7712 commented on PR #16260:
URL: https://github.com/apache/kafka/pull/16260#issuecomment-2157752029

   > But IMO, we should let ./gradlew jar works as what we're going to release 
to allow developers to have a quick way to run kafka.
   
   Agreed. As the root cause is obvious. It seems to me the blocked issue is 
"how to fix"?
   
   1. Add reload4j to tools module. That works since our script add 
dependent-libs of tools module to classpath. 
   
   2. Add dependent-libs of streams example module to classpath. That works 
since streams example module has declared reload4j already. Hence, the 
reload4j-related jars will in both dependent-libs and kafka distribution.
   
   Both ways are good to me.


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

Reply via email to