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

    Type Alias AlterReplicaLogDirsTopicResponse

    Per-topic result from AlterReplicaLogDirs.

    type AlterReplicaLogDirsTopicResponse = {
        partitions: readonly AlterReplicaLogDirsPartitionResponse[];
        taggedFields: readonly TaggedField[];
        topicName: string;
    }
    Index

    Properties

    Per-partition results.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).

    topicName: string

    The topic name.