About kafka sourse with sasl_ss #16560
-
this is my vector config: when i run: vector validate -C . i got error! this is the error info: The kafka service provider told me that I need to download the certificate, and then configure the certificate on the client. I downloaded the certificate, but I don't know where to put it!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You will need to set the librdkafka_options."ssl.ca.location" = "/path/to/ca" |
Beta Was this translation helpful? Give feedback.
You will need to set the
ssl.ca.location
inlibrdkafka_options
.