-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohammad Badar Hashimi edited this page Jan 16, 2020
·
2 revisions
API Client for interacting with the Kafka-Connect Rest Endpoint. Official Rest Endpoint documentation can be found here: https://docs.confluent.io/current/connect/references/restapi.html
- Create a new connector, returning the current connector info if successful.
- Get information about the connector.
- Get the configuration for the connector.
- Get the status of specified connector by name.
- Update a connector's configuration.
- Restart a connector.
- Pause a connector.
- Resume a connector.
- Get a list of tasks currently running for the connector.
- Get a task’s status.
- Restart an individual task.
- Return a list of connector plugins installed in the Kafka Connect cluster.
- Validate the provided configuration values against the configuration definition. This API performs per config validation, returns suggested values and error messages during validation.