Databricks SDK for JavaScript
    Preparing search index...

    Configuration for resolving a Stream's schema from an external schema registry (e.g. Confluent).

    interface SchemaRegistryConfig {
        apiSecretRef?: SecretScopeReference;
        keySchemaLocator?: SchemaLocator;
        payloadSchemaLocator?: SchemaLocator;
        ucConnection?: string;
    }
    Index

    Properties

    apiSecretRef?: SecretScopeReference

    Reference to the schema registry API secret in a secret scope.

    keySchemaLocator?: SchemaLocator

    Schema locator for the message key. Only used for Kafka streams. At least one of payload_schema_locator or key_schema_locator must be set.

    payloadSchemaLocator?: SchemaLocator

    Schema locator for the message payload. For Kafka this is the value. At least one of payload_schema_locator or key_schema_locator must be set.

    ucConnection?: string

    A Schema Registry UC Connection object.