Skip to content

Overview

A SchemaRegistry defines the location of a schema registry such as a Confluent cloud schema registry URL. It can be used in a SchemaRegistryBackup or a SchemaRegistryRestore.

SchemaRegistry resources can be managed using the kubectl command line tool, and are available under the name schemaregistry or schemaregistries.

Terminal window
$ kubectl get schemaregistries
NAME AGE
confluent-registry 10m

Currently, only registries implementing the Confluent Schema Registry API are supported.

See the Confluent Schema Registry documentation for more information.