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

    Type Alias ConsumerGroupHeartbeatRequestTopicPartition

    A topic-partition pair in the consumer's current assignment.

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

    Properties

    partitions: readonly number[]

    The partition indexes assigned to this consumer.

    taggedFields?: readonly TaggedField[]

    Tagged fields.

    topicId: Uint8Array

    The topic ID (UUID).