Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 1.32 KB

File metadata and controls

28 lines (28 loc) · 1.32 KB
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