m1a2st commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661393738
> The above warning is handled by [KAFKA-18752](https://issues.apache.org/jira/browse/KAFKA-18752) I'm not referring to this warning. I tested the steps below, and no warning messages appeared. ``` ./gradlew clean ./gradlew releaseTarGz tar -zxvf $(find ./core/build/distributions/ -maxdepth 1 -type f \( -iname "kafka*tgz" ! -iname "*sit*" \)) -C /tmp/opt/kafka --strip-components=1 ./bin/kafka-storage.sh -h usage: kafka-storage [-h] {info,format,version-mapping,feature-dependencies,random-uuid} ... ``` -- 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]
