IS JDBC SOURCE Connector available for Confluent Cloud? I want to connect Snowflake with Confluent cloud kafka topics.
0
votes
1 Answers
2
votes
The JDBC Source connector is available on Confluent Cloud for several RDBMS (Oracle, MS SQL, MySQL, Postgres) - but not others, including Snowflake.
In this scenario you'd need to run a Kafka Connect worker yourself, connecting to Confluent Cloud. For example: https://rmoff.net/2021/01/11/running-a-self-managed-kafka-connect-worker-for-confluent-cloud/