Skip to main content
Version: edge

confluent-schema-registry

The confluent-schema-registry codec allows using the Confluent Schema Registry as a source for avro decoding information.

It can be used in combination with a kafka topic that encodes it's content in avro format and stores it's schema in the schema registry.

For decoding avro data (from kafka or otherwise) that is manually encoded please use the avro codec.

Configuration

  • url: the url configuration is used to point to the root of the schema registry server

Mappings

The same as the avro codec