Documentation
Kafka Connect
Kafka Connects

Overview

The Kafka Connects feature provides various capabilities:

  • The ability to manage multiple Kafka Connect Clusters.
  • Listing all plugins avaible on all brokers.
  • Listing and mutating all connectors.
  • Creating and validating connector definitions and more...

If you're not familiar with the Kafka Connect concepts, I highly recommend watching this 101 course (opens in a new tab) done by the amazing Danica Fine from Confluent.

Create Local Kafka Connect

  • Creating a local Kafka Connect Cluster is a simple process. You'll need to provide a name and the local Kafka Connect URL.
  • You can link your Kafka Connect to an already registered Kafka Cluster. For the moment, the only use case is to be able to goto the topics page directly from the connectors table.
  • If you enabled basic security on your brokers, you should enable basic authentication on the Blazing KRaft and provide the credentials.
  • If you want to opt for JMX metrics, you'll need to provide the full JMX URL.

Main Configuration

Kakfa Connect Main Configuration Image

Basic Authentication

Kakfa Connect Basic Authentication Image

JMX Configuration

Kakfa Connect JMX Configuration Image

Create Aiven Kafka Connect

After creating a new Aiven Kafka Service, you can enable the Kafka Connect integration.

After that it's super easy to grab the configuration and use it to create a new Kafka Connect connection in Blazing KRaft.

Enable Aiven Kafka Connect

Enable Aiven Kafka Connect Image

Aiven Client Configuration

Aiven Client Configuration Image

Blazing KRaft Configuration

Blazing KRaft Aiven Configuration Image

Kafka Connects

Kafka Connects Image

Edit Kafka Connect

Edit Kafka Connect Image

Delete Kafka Connect

Delete Kafka Connect Image