Skip to content

Confluent Schema Registry

This page shows how to configure a SchemaRegistry for the Confluent Schema Registry API.

apiVersion: kannika.io/v1alpha
kind: SchemaRegistry
metadata:
name: confluent-registry
spec:
confluent:
url: https://shomewhere.out.there.in.the.cloud
description: "An optional description"

The Confluent API is accessible using the HTTP Basic authentication scheme. You will likely need to define a corresponding Credentials resource and reference it in your SchemaRegistryBackup.