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

    Type Alias ListPartitionReassignmentsRequest

    ListPartitionReassignments request payload.

    type ListPartitionReassignmentsRequest = {
        taggedFields?: readonly TaggedField[];
        timeoutMs: number;
        topics: readonly ListReassignmentsTopic[] | null;
    }
    Index

    Properties

    taggedFields?: readonly TaggedField[]

    Tagged fields.

    timeoutMs: number

    Timeout in milliseconds.

    topics: readonly ListReassignmentsTopic[] | null

    Topics and partitions to list reassignments for. null to list all ongoing reassignments.