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

    Type Alias IncrementalAlterConfigsResponse

    IncrementalAlterConfigs response payload.

    type IncrementalAlterConfigsResponse = {
        responses: readonly IncrementalAlterConfigsResourceResponse[];
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
    }
    Index

    Properties

    Per-resource results.

    taggedFields: readonly TaggedField[]

    Tagged fields (v1+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds.