Skip to content

Aiven-Open/jdbc-connector-for-apache-kafka

Aiven's JDBC Sink and Source Connectors for Apache Kafka®

This repository includes a Source connector that allows transfering data from a relational database into Apache Kafka topics and a Sink connector that allows to transfer data from Kafka topics into a relational database Apache Kafka Connect over JDBC.

The project originates from Confluent kafka-connect-jdbc. The code was forked before the change of the project's license. We want to thank the Confluent team for their efforts in developing the connector and aim to continue keeping this fork well-maintained and truly open.

Documentation

The documentation can be found in the docs/ directory of the source code

For the Source connector it could be found at here.

For the Sink connector it could be found at here.

Building from source

Prerequisites for building JDBC connector for Apache Kafka:

  • Git
  • Java 11
git clone git@github.com:aiven/jdbc-connector-for-apache-kafka.git
cd jdbc-connector-for-apache-kafka
./gradlew clean build

To publish to maven local use

./gradlew clean build publishToMavenLocal

Contribute

Source Code

Issue Tracker

License

The project is licensed under the Apache 2 license. See LICENSE.

Security

Security policies can be found here and the list of known vulnerabilities here

Trademark

Apache Kafka, Apache Kafka Connect are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. Kafka Connect JDBC is trademark and property of their respective owners. All product and service names used in this page are for identification purposes only and do not imply endorsement.