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

    Type Alias CreateTopicsResponse

    CreateTopics response payload.

    type CreateTopicsResponse = {
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly CreateTopicsTopicResponse[];
    }
    Index

    Properties

    taggedFields: readonly TaggedField[]

    Tagged fields (v5+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds (v2+).

    topics: readonly CreateTopicsTopicResponse[]

    Per-topic results.