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

    Type Alias CreatePartitionsResponse

    CreatePartitions response payload.

    type CreatePartitionsResponse = {
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly CreatePartitionsTopicResponse[];
    }
    Index

    Properties

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds.

    Per-topic results.