Aiven JDBC Source Connector allows you to capture any changes in your SQL dialect relational databases and store them as messages on your Kafka topics. In this guide, we will walk you through creating the Aiven JDBC Source Connector.Documentation Index
Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Get Started
Create a Kafka Cluster
If you do not have a Kafka cluster and/or topic already, follow these
steps to create one.
Create the Connector
Go to the Connectors tab, and create your first connector by clicking the New Connector button.



Supported Databases
These are the currently supported databases and JDBC drivers:| Database | JDBC Driver |
|---|---|
| PostgreSQL | postgresql-42.3.3 |
| MySQL | mysql-connector-java-8.0.28 |
| MS SQL Server | mssql-jdbc-10.2.0 |
| Snowflake | snowflake-jdbc-3.13.16 |
| ClickHouse | clickhouse-jdbc-0.3.2-patch11 |
| SQLite | sqlite-jdbc-3.36.0.3 |