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

    Type Alias ConsumerGroupHeartbeatAssignment

    The assignment returned in the ConsumerGroupHeartbeat response.

    type ConsumerGroupHeartbeatAssignment = {
        taggedFields: readonly TaggedField[];
        topicPartitions: readonly ConsumerGroupHeartbeatResponseTopicPartition[];
    }
    Index

    Properties

    taggedFields: readonly TaggedField[]

    Tagged fields.

    The topic-partitions assigned to the consumer.