For the complete documentation index, see llms.txt. This page is also available as Markdown.

IBM Event Streams Registry

This page describes connecting Lenses to IBM Event Streams schema registry.

To configure an application to use this compatibility API, specify the Schema Registry endpoint in the following format:

https://token:{$APIKEY}@{$HOST}/confluent
provisioning.yaml
confluentSchemaRegistry:
  - name: schema-registry
    tags: ["tag1"]
    version: 1      
    configuration:
      schemaRegistryUrls:
        value:
          - https://token:{$APIKEY}@{$HOST}/confluent

Last updated

Was this helpful?