跳到主要内容
版本:Next

Codecs

Codec components handle serialization/deserialization between byte payloads and columnar Arrow batches at the input/output boundary.

📄️ Schema Registry

The schema_registry codec decodes Confluent wire-format messages by resolving the embedded schema id from a Confluent Schema Registry at runtime. Each schema version (id) is fetched at most once and cached per codec instance, so multi-version schema evolution is supported within the same stream. Both Protobuf and Avro subjects are supported, dispatched on the registry's schemaType response. An optional subject compatibility gate fails the stream fast when a subject's registered compatibility level drops below the configured minimum.