Documentation
Kafka Connect
Connectors

Connectors

The Kafka Connect Connectors page allows you view all the available connectors.

If you've already configured a Kafka Cluster, you'll be able to navigate to the topic details page by clicking on the topic name.

Kafka Connect Connectors Image

Create Connector

The create Connector page allows you to create a new connector.

You can choose between a Source or a Sink connector from the list of available plugins.

Before creating a connector, you can run a configuration validity check to ensure that the configuration is valid.

Beautified Configuration

Kafka Connect Create Connector Beautified Configuration Image

Raw Configuration

Kafka Connect Create Connector Raw Configuration Image

Validation

Kafka Connect Create Connector Validation Image

Connector Details

  • The Connector Details page allows you view all the connector's tasks, beautified and raw configuration.

  • The monitoring tab gives you a more in depth of the most relevant JMX metrics for each task, whether it's a source or a sink connector task.

  • If the connector or its tasks encoutered any errors, you have the abiliy to view the error logs provided either by the connector or the task.

Tasks

Kafka Connect Connector Details Tasks Image

Beautified Configuration

Kafka Connect Connector Details Beautified Configuration Image

Raw Configuration

Kafka Connect Connector Details Raw Configuration Image

Monitoring

Kafka Connect Connector Details Monitoring Image

Connector/Task Trace

Kafka Connect Connector Details Task Trace Image

Connector Actions

The Connector Details page also provides the ability to execute various actions on the connector and its tasks:

Pause Connector

Kafka Connect Pause Connector Image

Resume Connector

Kafka Connect Resume Connector Image

Restart Connector

Kafka Connect Restart Connector Image

Restart Task

Kafka Connect Restart Task Image

Destroy Connector

Kafka Connect Destroy Connector Image

Edit Connector

Kafka Connect Edit Connector Image