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

    Type Alias CreatePartitionsRequest

    CreatePartitions request payload.

    type CreatePartitionsRequest = {
        taggedFields?: readonly TaggedField[];
        timeoutMs: number;
        topics: readonly CreatePartitionsTopicRequest[];
        validateOnly?: boolean;
    }
    Index

    Properties

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).

    timeoutMs: number

    Timeout in milliseconds.

    topics: readonly CreatePartitionsTopicRequest[]

    Per-topic partition creation specs.

    validateOnly?: boolean

    If true, validate the request without creating partitions (v1+).