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

    Type Alias MetadataRequestTopic

    Topic to request metadata for.

    type MetadataRequestTopic = {
        name: string | null;
        taggedFields?: readonly TaggedField[];
        topicId?: Uint8Array | null;
    }
    Index

    Properties

    name: string | null

    Topic name. Null if fetching by topic ID only (v12+).

    taggedFields?: readonly TaggedField[]

    Tagged fields (v9+).

    topicId?: Uint8Array | null

    Topic ID (v10+, UUID as 16 bytes). Currently unused in requests.