Class ObservabilityPipelineKafkaSource

The kafka source ingests data from Apache Kafka topics.

Hierarchy

  • ObservabilityPipelineKafkaSource

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
groupId: string

Consumer group ID used by the Kafka client.

id: string

The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).

Optional list of advanced Kafka client configuration options, defined as key-value pairs.

Specifies the SASL mechanism for authenticating with a Kafka cluster.

Configuration for enabling TLS encryption.

topics: string[]

A list of Kafka topic names to subscribe to. The source ingests messages from each topic specified.

The source type. The value should always be kafka.

Generated using TypeDoc