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

    Type Alias MemberAssignment

    Assignment result for a single member.

    type MemberAssignment = {
        memberId: string;
        topicPartitions: readonly { partitions: number[]; topic: string }[];
    }
    Index

    Properties

    memberId: string

    The member ID.

    topicPartitions: readonly { partitions: number[]; topic: string }[]

    Topic-partition assignments for this member.