Service:_Kafka

Create a Kafka Connect connector

post/project/{project}/service/{service_name}/connectors

Path parameters

projectstring required

Project name

service_namestring required

Service name

Request body

connector.classstring required

The Java class for the connector

namestring required

Unique name for the connector

Response

Response

messagestring

Printable result of the request

Changes

Changed in 1 of the 14 revisions of this API.1

    • added the optional property connector/plugin/custom_plugin to the response with the 200 status

      response-optional-property-added