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

    Type Alias CreatePartitionsAssignment

    Assignment for new partitions.

    type CreatePartitionsAssignment = {
        brokerIds: readonly number[];
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    brokerIds: readonly number[]

    The broker IDs for the new partition's replicas.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).