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

    Type Alias ConsumerGroupHeartbeatResponseTopicPartition

    A topic-partition pair in the assignment returned by the group coordinator.

    type ConsumerGroupHeartbeatResponseTopicPartition = {
        partitions: readonly number[];
        taggedFields: readonly TaggedField[];
        topicId: Uint8Array;
    }
    Index

    Properties

    partitions: readonly number[]

    The assigned partition indexes.

    taggedFields: readonly TaggedField[]

    Tagged fields.

    topicId: Uint8Array

    The topic ID (UUID).