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

    Type Alias OffsetForLeaderEpochTopicResponse

    Per-topic result from an OffsetForLeaderEpoch response.

    type OffsetForLeaderEpochTopicResponse = {
        name: string;
        partitions: readonly OffsetForLeaderEpochPartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    Topic name.

    Per-partition results.

    taggedFields: readonly TaggedField[]

    Tagged fields (v4+).