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

    Type Alias IncrementalAlterConfigsEntry

    A configuration entry to alter incrementally.

    type IncrementalAlterConfigsEntry = {
        configOperation: AlterConfigOpValue;
        name: string;
        taggedFields?: readonly TaggedField[];
        value: string | null;
    }
    Index

    Properties

    configOperation: AlterConfigOpValue

    The type of operation to perform.

    name: string

    The configuration key.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v1+).

    value: string | null

    The configuration value. Null to use the default or delete.