| Name | Type | Description | Notes |
|---|---|---|---|
| Config | string | Yaml format Sarama config for Kafka connection. It follows the struct of sarama.Config. See https://github.com/Shopify/sarama/blob/main/config.go e.g. consumer: fetch: min: 1 net: MaxOpenRequests: 5 +optional | [optional] |
| ConnectionBackoff | IoArgoprojEventsV1alpha1Backoff | [optional] | |
| ConsumerGroup | IoArgoprojEventsV1alpha1KafkaConsumerGroup | [optional] | |
| Filter | IoArgoprojEventsV1alpha1EventSourceFilter | [optional] | |
| JsonBody | bool | [optional] | |
| LimitEventsPerSecond | string | [optional] | |
| Metadata | Dictionary<string, string> | [optional] | |
| Partition | string | [optional] | |
| Sasl | IoArgoprojEventsV1alpha1SASLConfig | [optional] | |
| Tls | IoArgoprojEventsV1alpha1TLSConfig | [optional] | |
| Topic | string | [optional] | |
| Url | string | [optional] | |
| VarVersion | string | [optional] |