Class ObservabilityPipelineKafkaSource

The kafka source ingests data from Apache Kafka topics.

Supported pipeline types: logs

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 in other parts of the pipeline to reference this component (for example, as the 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 between the pipeline component and external services.

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