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

    Type Alias ForgottenTopic

    A topic to forget from a fetch session (v7+).

    type ForgottenTopic = {
        name?: string;
        partitions: readonly number[];
        taggedFields?: readonly TaggedField[];
        topicId?: Uint8Array;
    }
    Index

    Properties

    name?: string

    The topic name (v7–v12).

    partitions: readonly number[]

    The partitions to forget.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v12+).

    topicId?: Uint8Array

    The topic ID (v13+). A 16-byte UUID.