Schema Registry
This page provides examples for defining a connection to Schema Registries.
Confluent
Simple configuration, with JMX metrics
confluentSchemaRegistry:
- name: schema-registry
tags: ["tag1"]
version: 1
configuration:
schemaRegistryUrls:
value:
- http://my-sr.host1:8081
- http://my-sr.host2:8081
## all metrics properties are optional
metricsPort:
value: 9581
metricsType:
value: JMX
metricsSsl:
value: falseBasic authentication
TLS with custom truststore
TLS with client authentication
Hard or soft delete
AWS Glue
Using AWS Access Key
Using AWS Credentials Chain
Last updated
Was this helpful?

