kafka-connect-client icon indicating copy to clipboard operation
kafka-connect-client copied to clipboard

KafkaConnectClient not supporting stop operation

Open elene opened this issue 1 year ago • 1 comments

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:

  • Create a new PutConnectorStop class (similar to this) class and update the endpoint to use stop instead of pause
  • Add a new stopConnector (similar to this) and use PutConnectorStop class to create a request.
  • Add tests

elene avatar Jul 05 '24 08:07 elene