Databricks SDK for JavaScript
    Preparing search index...

    Interface SchemaLocator_ConfluentSchema

    Confluent Schema Registry schema locator. The value to provide for subject depends on the naming strategy configured in your registry:

    • TopicNameStrategy (default): "{topic}-key" or "{topic}-value" e.g. for topic "transactions" use "transactions-value" for the payload and "transactions-key" for the key.
    • RecordNameStrategy: the fully-qualified record name e.g. "com.example.Payment" for Avro, the bare message name (without package) for Protobuf, or the title field value for JSON.
    • TopicRecordNameStrategy: "{topic}-{fully-qualified-record-name}" e.g. "transactions-com.example.Payment".
    interface SchemaLocator_ConfluentSchema {
        subject?: string;
    }
    Index

    Properties

    Properties

    subject?: string

    The Confluent schema registry subject name.