You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "showuon (via GitHub)" <gi...@apache.org> on 2023/05/23 12:39:13 UTC

[GitHub] [kafka] showuon commented on pull request #13745: KAFKA-15015: Explicit on reload4j version

showuon commented on PR #13745:
URL: https://github.com/apache/kafka/pull/13745#issuecomment-1559220469

   @atu-sharm , could you run these commands to show what's the output of the lib folder for reload library?
   ```
   // build the binary artifacts
   $ ./gradlewAll releaseTarGz
   
   // unpack the binary artifact 
   $ tar xf core/build/distributions/kafka_2.13-X.Y.Z.tgz
   $ cd xf kafka_2.13-X.Y.Z
   
   // list the packaged jars 
   // (you can ignore the jars for our own modules, like kafka, kafka-clients, etc.)
   $ ls libs | grep reload
   ```
   
   Thanks.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org