/
New feature Public Preview

Zerobus Ingest

Zerobus Ingest is a Databricks data engineering capability, introduced October 2025.

Push-based, serverless ingestion connector in Lakeflow Connect that writes records straight into Unity Catalog Delta tables over gRPC, REST, or OpenTelemetry, with no message bus to run.

  • The name is the whole pitch: there is no bus. No partitions to configure, no brokers to babysit, and the scaling strategy is simply to open more connections.
  • Ordering is guaranteed per stream, so the obvious trick of spraying messages across several streams to go faster is also the way to lose your ordering.
  • If it cannot flush buffered records into your table it holds them in durable storage and grumbles with warning events for 31 days, then deletes them and logs exactly how much it just dropped.

Limitations: Region-limited, and the workspace and target table must sit in the same region. Delivery is at-least-once, it writes only to managed Delta tables, it never auto-evolves your schema, and it does not support catalog commits or recreating a target table. Records cap at 10 MB and protobuf schemas at 2000 columns; partitioned tables allow at most 100 partitions per 5-second window. The throughput defaults (100 MB/s per stream, 10 GB/s per table, 10000 REST requests/s) are raisable through your Databricks account representative.

Open in REbricked →
Category
Data engineering
Introduced
October 2025
Also known as
Zerobus, Zerobus Ingest connector
Verified
2026-08-03

Sources

Related in Data engineering