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

    Type Alias ReassignableTopicResponse

    Per-topic result from an AlterPartitionReassignments response.

    type ReassignableTopicResponse = {
        name: string;
        partitions: readonly ReassignablePartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    Topic name.

    partitions: readonly ReassignablePartitionResponse[]

    Per-partition results.

    taggedFields: readonly TaggedField[]

    Tagged fields.