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

    Type Alias AssignedPartition

    A partition assigned to this consumer.

    type AssignedPartition = {
        partition: number;
        topic: string;
    }
    Index

    Properties

    Properties

    partition: number
    topic: string