Schema Registry Decode
Decodes Avro-encoded messages using a Confluent Schema Registry.
| Field | Type | Default | Description |
|---|---|---|---|
| URL | string | — | Schema Registry URL (required) |
| Avro Raw JSON | boolean | false | Output 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.