Class ObservabilityPipelineKafkaSourceLibrdkafkaOption

Represents a key-value pair used to configure low-level librdkafka client options for Kafka sources, such as timeouts, buffer sizes, and security settings.

Hierarchy

  • ObservabilityPipelineKafkaSourceLibrdkafkaOption

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name: string

The name of the librdkafka configuration option to set.

value: string

The value assigned to the specified librdkafka configuration option.

Generated using TypeDoc