ConsumerOptionNameN
A list of advanced consumer options that you want to set.
Set this parameter in conjunction with ConsumerOptionValueN. Each parameter must have the same number of values. You can set these parameters as comma-separated lists or by using numbered parameters (ConsumerOptionName0
, ConsumerOptionName1
, and so on).
The options that you can set are described in the documentation for the librdkafka library.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ConsumerOptionName0=security.protocol ConsumerOptionValue0=ssl ConsumerOptionName1=ssl.certificate.location ConsumerOptionValue1=/path/to/client-cert.pem ConsumerOptionName2=ssl.key.location ConsumerOptionValue2=/path/to/client-private-key.pem ConsumerOptionName3=ssl.key.password ConsumerOptionValue3=changeit ... |
See Also: | ConsumerOptionValueN |