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

    Type Alias DescribeLogDirsTopic

    A topic whose partitions to describe log dirs for.

    type DescribeLogDirsTopic = {
        partitions: readonly number[];
        taggedFields?: readonly TaggedField[];
        topic: string;
    }
    Index

    Properties

    partitions: readonly number[]

    The partition indices to describe.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).

    topic: string

    The topic name.