Skip to main content

Schema Registry Decode

Decodes Avro-encoded messages using a Confluent Schema Registry.

FieldTypeDefaultDescription
URLstringSchema Registry URL (required)
Avro Raw JSONbooleanfalseOutput raw JSON instead of Avro logical types

Supports authentication: Basic Auth, OAuth, and JWT.

tip

This processor is commonly paired with the Kafka input for Avro-encoded topic consumption. See the Kafka to PostgreSQL playbook for a complete example.