Confluent Schema Registry provides a serving layer for your metadata. It provides a RESTful interface for storing and retrieving Apache Avro schemas. It stores a versioned history of all schemas based on a specified subject name strategy, provides multiple compatibility settings and allows evolution of schemas according to the configured compatibility settings and expanded Avro support.
This chart bootstraps a deployment of a Confluent Schema Registry.
- Kubernetes 1.10.0+
- A healthy and accessible AWS MKS Cluster
This chart will do the following:
- Create a schema registry cluster using a Deployment.
- Create a Service configured to connect to the available schema registry instance on the configured port.
- Optionally add an Ingress resource.
- Optionally start a JMX Exporter container inside schema registry pods.