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

    Type Alias CreatePartitionsTopicRequest

    Per-topic configuration for creating partitions.

    type CreatePartitionsTopicRequest = {
        assignments: readonly CreatePartitionsAssignment[] | null;
        count: number;
        name: string;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    assignments: readonly CreatePartitionsAssignment[] | null

    Manual replica assignments for the new partitions. Null for automatic.

    count: number

    The new total number of partitions.

    name: string

    The topic name.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).