Configurations¶
Performance Connector¶
topic.nameName of the Kafka topic to publish data to.
- Type: string
- Importance: high
poll.sizeNumber of messages to be sent in one poll.
- Type: int
- Default: 1
- Importance: medium
poll.interval.msTime interval (ms) between two polls.
- Type: int
- Default: 10000
- Importance: medium
message.templateMessage template to be used for each message.
- Type: string
- Importance: medium
random.fieldsList of fields to be randomized.
- Type: list
- Importance: medium
event.timestamp.fieldName of the field to store event timestamp.
- Type: string
- Default: ts
- Importance: low