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

    Type Alias IncrementalAlterConfigsResource

    A resource whose configuration to alter.

    type IncrementalAlterConfigsResource = {
        configs: readonly IncrementalAlterConfigsEntry[];
        resourceName: string;
        resourceType: number;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    configs: readonly IncrementalAlterConfigsEntry[]

    Configuration entries to alter.

    resourceName: string

    The resource name (topic name or broker ID string).

    resourceType: number

    The resource type.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v1+).