Source
Snowflake Connector for Kafka
The Snowflake Connector for Kafka (“Kafka connector”) reads data from one or more Apache Kafka topics and loads the data into a Snowflake table.
Snowflake Connector for Kafka with Snowpipe Streaming classic
The Kafka connector with Snowpipe Streaming Classic includes the Snowflake Ingest SDK and supports streaming rows from Apache Kafka topics directly into target tables. Minimum required version The minimum required Kafka connector version…
Snowflake High Performance connector for Kafka
The Snowflake High Performance connector for Kafka is a sink connector that reads data from Kafka topics and loads that data into Snowflake tables. For more information about Kafka Connect and its framework, see The Apache Kafka and Kafka…
Using the Snowflake Connector for Kafka with Apache Iceberg™ tables
Beginning with version 3.0.0, the Snowflake Connector for Kafka can ingest data into a Snowflake - managed Apache Iceberg™ table. Requirements and limitations Before you configure the Kafka connector for Iceberg table ingestion, note the…
Set up the Openflow Connector for Kafka
If you are using Snowflake Deployment, your Kafka cluster must be reachable from within the Snowflake deployment. This requires creating a network rule that includes all Kafka broker host:port pairs, not only the bootstrap servers.
Overview of the Kafka connector
The Kafka connector is designed to run in a Kafka Connect cluster to read data from Kafka topics and write the data into Snowflake tables. Snowflake provides two versions of the connector: A version for the Confluent package version of…
Installing and configuring the Kafka connector
The Kafka connector is provided as a JAR (Java executable) file. Snowflake provides two versions of the connector: A version for the Confluent package version of Kafka. A version for the open source software (OSS) Apache Kafka package.
Snowflake Connector for Kafka release notes for 2024
With this release, the Snowflake Connector for Kafka can ingest data into a Snowflake - managed Apache Iceberg™ table. For more information, see Using the Snowflake Connector for Kafka with Apache Iceberg™ tables. Bug fixes Fixed…
Loading protobuf data using the Snowflake Connector for Kafka
The Kafka connector supports the following versions of the protobuf converter: Confluent version: This version is supported by the Confluent package version of Kafka only. Community version: This version is supported by the open source…
About Openflow Connector for Snowflake to Kafka
The connector consumes a Snowflake stream and sends consumed CDC records to a Kafka topic. A Snowflake Stream object records data manipulation language (DML) changes made to tables, including inserts, updates, and deletes, as well as…