Skip to content

KafkaConnectClient not supporting stop operation #86

Closed
@elene

Description

@elene

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions