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

    Type Alias DescribeProducersPartitionResponse

    Per-partition producer description.

    type DescribeProducersPartitionResponse = {
        activeProducers: readonly ProducerState[];
        errorCode: number;
        errorMessage: string | null;
        partitionIndex: number;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    activeProducers: readonly ProducerState[]

    Active producers on this partition.

    errorCode: number

    Error code (0 = no error).

    errorMessage: string | null

    Error message, or null.

    partitionIndex: number

    The partition index.

    taggedFields: readonly TaggedField[]

    Tagged fields.