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

    Type Alias AlterConfigsResponse

    AlterConfigs response payload.

    type AlterConfigsResponse = {
        resources: readonly AlterConfigsResourceResponse[];
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
    }
    Index

    Properties

    resources: readonly AlterConfigsResourceResponse[]

    Per-resource results.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds.