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

    Type Alias AlterReplicaLogDirsTopic

    A topic whose partitions should be moved to the specified log directory.

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

    Properties

    partitions: readonly number[]

    The partition indices to move.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).

    topic: string

    The topic name.