Docs Self-Managed Manage Redpanda Console Schema Registry This is documentation for Self-Managed v23.2, which is no longer supported. To view the latest available version of the docs, see v24.2. Schema Registry To deserialize Kafka records that have been encoded with a schema registry compatible serializer, such as io.confluent.kafka.serializers.KafkaAvroSerializer, you must have a valid schema registry configuration in Redpanda Console. Additionally you can inspect, edit, and delete the registered schemas. kafka: schemaRegistry: enabled: true urls: ["https://my-schema-registry.com"] username: console password: redacted # Or set using flags or env variable # If you want to enable protobuf support enable it here protobuf: enabled: true schemaRegistry: enabled: true refreshInterval: 5m Next steps Work with Schema Registry Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Kafka Connect Protobuf Deserialization