Snowflake Kafka Connector V4

Snowflake Kafka Connector V4

Snowflake Blog
Snowflake BlogApr 28, 2026

Why It Matters

The upgrade delivers enterprise‑grade streaming performance and lower infrastructure costs, while offering a seamless migration path that protects existing error‑handling investments.

Key Takeaways

  • V4 defaults to schematized ingestion, mapping JSON keys to columns.
  • Up to 10 GB/s throughput per table, 5‑second latency.
  • Server‑side processing cuts worker CPU use to ~33%, reducing costs.
  • Pricing: $0.01 per GB (0.0037 credits) with up to 50% savings.
  • Migration seamless; run V3 and V4 side‑by‑side, same DLQ support.

Pulse Analysis

Snowflake’s Kafka Connector V4 marks a strategic shift from client‑heavy ingestion to a server‑centric model built on Snowpipe Streaming. By defaulting to schematized ingestion, the connector automatically creates target tables and aligns JSON fields with columns, eliminating the need for pre‑provisioned schemas. The connector is GA today, compatible with Apache Kafka 2.x‑3.x, Confluent Platform, and Amazon MSK, and requires Java 11+. Existing V3 deployments can continue operating side‑by‑side, giving teams a low‑risk path to adopt the new defaults at their own pace.

Performance testing under heavy workloads demonstrates why the architectural overhaul matters. V4 leverages a Rust‑based SDK and Snowflake PIPE objects to move validation, transformation, and clustering to the cloud, freeing Kafka Connect workers from intensive Java processing. In benchmark scenarios, V4 sustained 96 MB/s across eight partitions and peaked at 10 GB/s per table with end‑to‑end latency as low as five seconds—far surpassing V3’s 37.7 MB/s ceiling. CPU utilization on the workers fell from 96% to roughly 33%, translating into smaller instance sizes, lower memory footprints, and reduced operational overhead for large‑scale streaming pipelines.

The new pricing model further amplifies the business case. Snowflake now charges a flat 0.0037 credits per GB ingested (about $0.01/GB), replacing the previous credit‑based compute charges and delivering up to 50% total cost savings for customers. Error handling is streamlined through SQL‑queryable error tables, while traditional DLQ mechanisms remain available for legacy workflows. With Cortex Code skills that automate setup and debugging, organizations can quickly spin up V4 pipelines, modernize their streaming architecture, and realize both performance gains and predictable spend. This release positions Snowflake as a leading platform for high‑throughput, low‑latency data ingestion in the cloud.

Snowflake Kafka Connector V4

Comments

Want to join the conversation?

Loading comments...