Kafka Connect 3

Setup Kafka Connect from Ambari

When installing Kafka, ensure to select the appropriate nodes for installing the Kafka broker and connect services.

Kafka Connect Setup with Kerberos, SSL, and Ranger

Since Kafka is already configured with SSL, Kerberos, and Ranger, the underlying topics maintain these settings during Kafka connect operations. Below are the configurations for the Advanced kafka3-connect-distributed section in Kafka3's CONFIGS.

Bash
Copy

After configuring the above settings, restart the Kafka service (including broker and Connect). Once the restart is completed, it will start to operate in Kerberos and SSL mode.

Kafka Connector Use Cases

Acceldata ODP Kafka Connect offers support for the following connectors, which have been included in this release:

  1. Pubsub Connector
  2. MongoDB Connector
  3. JDBC Connector
  4. S3 Connector
  5. Amazon Kinesis Firehose Connector

The following table describes the supported connector type and library versions:

Connector NameSupported TypeLibrary Version
PubsubSource & Sink1.2.0
MongoDBSource & Sink1.6.1
JDBCSource & Sink6.1.2
S3Sink Only2.6.0
KinesisSink Only0.0.8
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated