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

    Type Alias MemberSubscription

    Metadata about a consumer group member for partition assignment.

    type MemberSubscription = {
        memberId: string;
        topics: readonly string[];
    }
    Index

    Properties

    Properties

    memberId: string

    The member ID assigned by the group coordinator.

    topics: readonly string[]

    Topics subscribed by this member.