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

    Type Alias IncrementalAlterConfigsRequest

    IncrementalAlterConfigs request payload.

    type IncrementalAlterConfigsRequest = {
        resources: readonly IncrementalAlterConfigsResource[];
        taggedFields?: readonly TaggedField[];
        validateOnly?: boolean;
    }
    Index

    Properties

    resources: readonly IncrementalAlterConfigsResource[]

    Resources to alter.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v1+).

    validateOnly?: boolean

    If true, validate the request without applying changes.