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

    Type Alias OffsetFetchTopicResponse

    OffsetFetch per-topic response data.

    type OffsetFetchTopicResponse = {
        name: string;
        partitions: readonly OffsetFetchPartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    The topic name.

    partitions: readonly OffsetFetchPartitionResponse[]

    Per-partition responses.

    taggedFields: readonly TaggedField[]

    Tagged fields (v6+).