KafkaEventForwarder
KafkaEventForwarder
is a
datatype for a Kafka event forwarder.
Table: KafkaEventForwarder
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 25, 2024 | |||||
enabled | boolean | yes | Long-Term | Whether the event forwarder is enabled. | |
description | string | yes | Long-Term | The description of the event forwarder. | |
id | string | yes | Long-Term | The unique identifier of the event forwarder. | |
name | string | yes | Long-Term | The name of the event forwarder. | |
properties | string | yes | Long-Term | The Kafka producer configuration used to forward events in the form of properties (x.y.z=abc). See Kafka Configuration. | |
topic | string | yes | Long-Term | The Kafka topic where the events should be forwarded. |