input.topicName
Required. Name of the Kafka topic for the source of enriched events.
input.bootstrapServers
Required. Hostname and port of Kafka bootstrap servers hosting the source of enriched events.
input.consumerConf.*
Optional. A map of key/value pairs for any standard Kafka consumer configuration option.
output.bad.topicName
Required. Name of the Kafka topic that will receive failed events.
output.bad.bootstrapServers
Required. Hostname and port of Kafka bootstrap servers hosting the bad topic
output.bad.producerConf.*
Optional. A map of key/value pairs for any standard Kafka producer configuration option.
output.bad.maxRecordSize.*
Optional. Default value 1000000. Any single failed event sent to Kafka should not exceed this size in bytes