-
Notifications
You must be signed in to change notification settings - Fork 654
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
Copy TestUtils#createBrokerConfig to avoid depending on upstream internal API #1341
Copy TestUtils#createBrokerConfig to avoid depending on upstream internal API #1341
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
10ccd7c
to
5664f6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, 1 comment above. Thanks for fixing.
kafka-rest/src/test/java/io/confluent/kafkarest/integration/ClusterTestHarness.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
This PR copies
createBrokerConfig
to kafka-rest so that we don't depend on internal API that might change frequently and can break build.