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

    Type Alias ListOffsetsTopicResponse

    Topic response in a ListOffsets response.

    type ListOffsetsTopicResponse = {
        name: string;
        partitions: readonly ListOffsetsPartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    The topic name.

    partitions: readonly ListOffsetsPartitionResponse[]

    The partition responses.

    taggedFields: readonly TaggedField[]

    Tagged fields (v6+).