Kafka
Basic config
SSL authentication
SASL authentication
Data format
The Kafka data exporter scalar values
or dictionaries with a specific format as messages:
If the data contains no dictionary it will be written to the database as value with the current time value and no key.
Otherwise, every dictionary message contains at least some data in a data
field.
The following messages are valid:
Kafka supports structuring and partitioning your data. The Kafka data exporter can create these elements if the messages received contain a metadata dictionary:
The following message shows the configuration of all possible elements data and metadata:
If not all elements are configured, default values are assumed.
- The default topic has to be configured in the yaml file.
-
The default time timestamp is the current time of execution.
-
In case you are using newer versions of Kafka brokers, you should consider using corresponding Kafka api_version.
Was this page helpful?