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

    Type Alias ConfigSynonym

    A config synonym entry (v1+).

    type ConfigSynonym = {
        name: string;
        source: number;
        taggedFields: readonly TaggedField[];
        value: string | null;
    }
    Index

    Properties

    name: string

    The synonym name.

    source: number

    The config source. 1=DYNAMIC_TOPIC, 2=DYNAMIC_BROKER, 4=STATIC_BROKER, 5=DEFAULT, 6=DYNAMIC_DEFAULT_BROKER.

    taggedFields: readonly TaggedField[]

    Tagged fields (v4+).

    value: string | null

    The synonym value.