shayelkin opened a new pull request #10539: URL: https://github.com/apache/kafka/pull/10539
This moves Trogdor out of tools/ and into its own project. This would allow Trogdor to be linked against other libraries (for example, you could build a worker that links against k8s to trigger issues through it), without bringing those dependencies into Kafka itself through the tools project. It still keeps Trogdor in the CLASSPATH created in kafka-run-class.sh. Tested by building, and running Trogdor in the resulting build. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org