@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias SchemaRegistryConfig

    Configuration for the Schema Registry client.

    type SchemaRegistryConfig = {
        auth?: { password: string; username: string };
        url: string;
    }
    Index

    Properties

    Properties

    auth?: { password: string; username: string }

    Basic auth credentials for the Schema Registry.

    url: string

    Base URL of the Schema Registry (e.g. "http://localhost:8081").