schema-registry Binding
Bindingschema-registryproxy
schema-registry Binding
Defines a binding with schema-registry protocol support, with proxy behavior. The schema-registry binding proxies Schema Registry API requests from an external endpoint to an internal schema registry, optionally using a cluster ID as a namespace prefix on subject names.
proxy
The proxy kind schema-registry binding receives inbound Schema Registry API requests on the external endpoint and forwards them to the internal schema registry endpoint.
schema_registry_proxy:
type: schema-registry
kind: proxy
options:
external:
endpoint: https://schema-registry.external.net:8082
internal:
endpoint: http://schema-registry.internal.net:8081
exit: tcp_client
