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

    Type Alias ListReassignmentsTopic

    A topic filter within a ListPartitionReassignments request.

    type ListReassignmentsTopic = {
        name: string;
        partitionIndexes: readonly number[];
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    Topic name.

    partitionIndexes: readonly number[]

    Partition indices to list.

    taggedFields?: readonly TaggedField[]

    Tagged fields.