Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: Move trogdor out of tools and into its own project #10539

Merged
merged 2 commits into from
Apr 15, 2021

Conversation

shayelkin
Copy link
Contributor

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 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.
@cmccabe
Copy link
Contributor

cmccabe commented Apr 14, 2021

Looks good overall! Can you remove the jersey dependency from tools? Now that trogdor is in a separate subproject it should not be needed any more. Same with "activation" and "jetty".

@stanislavkozlovski
Copy link
Contributor

stanislavkozlovski commented Apr 15, 2021

I echo Colin's comments. Otherwise looks great. I just built the project (with 4b6c476) and ran through the TROGDOR readme (https://github.com/apache/kafka/blob/trunk/TROGDOR.md) - it works great!

Copy link
Contributor

@cmccabe cmccabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cmccabe cmccabe merged commit fc405d7 into apache:trunk Apr 15, 2021
@shayelkin shayelkin deleted the move-trogdor branch April 15, 2021 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants