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

    Type Alias AlterReplicaLogDirsEntry

    A log directory assignment: move the given topic-partitions to this path.

    type AlterReplicaLogDirsEntry = {
        logDir: string;
        taggedFields?: readonly TaggedField[];
        topics: readonly AlterReplicaLogDirsTopic[];
    }
    Index

    Properties

    logDir: string

    The absolute log directory path.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).

    topics: readonly AlterReplicaLogDirsTopic[]

    Topics and partitions to move to this directory.