IBM Event Streams Registry
Requires Enterprise subscription on IBM Event Streams and only hard delete is supported for IBM Event streams
To configure an application to use this compatibility API, specify the Schema Registry endpoint in the following format:
https://token:{$APIKEY}@{$HOST}/confluent
Use "token" as the username. Set the password as your API KEY from IBM Event streams
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}"
confluentSchemaRegistry:
- name: schema-registry
tags: ["tag1"]
version: 1
configuration:
schemaRegistryUrls:
value:
- https://token:{$APIKEY}@{$HOST}/confluent
Last updated
Was this helpful?