Expand description
ZerobusSink: the assembly that wires catalog provisioning, the stream pool,
and the ADR-0060 ack lane into the [BatchSink] and [Sink] substrate traits.
start provisions the table through the catalog (reconcile → register →
vend credentials → precondition check), then opens a bandwidth-sized pool.
push/send reconcile types at the write boundary, encode the batch to Arrow
IPC, submit fire-and-forget, and hand a typed confirmation to the ack lane —
coverage advances only on the durable ack.
Structs§
- Zerobus
Sink - A Databricks Zerobus sink for one target table.
- Zerobus
Sink Deps - The dependencies a
ZerobusSinkis built from.