-
Notifications
You must be signed in to change notification settings - Fork 17
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
KafkaConnectClient not supporting stop operation #86
Comments
I believe it was just not implemented. I'd be happy to accept a PR for implementing it, and cut a new release including it. :) |
PR ready for review |
Merged
Thanks for the PR! I'll try to cut a release here shortly. |
published 4.0.5 to maven central and cut a release here in github. Thanks again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
KafkaConnectClient doesn't implement stop endpoint from KafkaConnect API. Is it intentional or it just was not implemented?
It should be straightforward to implement:
PutConnectorStop
class (similar to this) class and update the endpoint to use stop instead of pausestopConnector
(similar to this) and usePutConnectorStop
class to create a request.The text was updated successfully, but these errors were encountered: