KafkaEventSource refers to event-source for Kafka related events
Name | Type | Description | Notes |
---|---|---|---|
tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
connectionBackoff | io.argoproj.events.models.common.Backoff | [optional] | |
consumerGroup | KafkaConsumerGroup | [optional] | |
jsonBody | Boolean | JSONBody specifies that all event body payload coming from this source will be JSON | [optional] |
partition | String | Partition name | |
filter | EventSourceFilter | [optional] | |
url | String | URL to kafka cluster, multiple URLs separated by comma | |
topic | String | Topic name | |
version | String | Specify what kafka version is being connected to enables certain features in sarama, defaults to 1.0.0 | [optional] |
sasl | io.argoproj.events.models.common.SASLConfig | [optional] | |
limitEventsPerSecond | Long | Sets a limit on how many events get read from kafka per second. | [optional] |
metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |