Apicurio
Apicuro supports the following versions of Confluent's API:
Confluent Schema Registry API v6
Confluent Schema Registry API v7
Only one Schema Registry connection is allowed.
Name must be schema-registry.
See JSON schema for support.
Environment variables are supported; escape the dollar sign
sslKeystorePassword:
value: "\${ENV_VAR_NAME}"
Set the schema registry URLs to include the compatibility endpoints, for example:
http://localhost:8080/apis/ccompat/v6
confluentSchemaRegistry:
- name: schema-registry
tags: ["tag1"]
version: 1
configuration:
schemaRegistryUrls:
value:
- http://localhost:8080/apis/ccompat/v6
Last updated
Was this helpful?