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

    Type Alias FetchTopicRequest

    Per-topic fetch data in a Fetch request.

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

    Properties

    name?: string

    The topic name (v0–v12). Ignored in v13+ when topic_id is used.

    partitions: readonly FetchPartitionRequest[]

    Partition data for this topic.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v12+).

    topicId?: Uint8Array

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