Configuring vector connection to kafka #10102
-
Hello everyone! I have a Kafka cluster in my company that runs on the kerberos keytab, I want to use a vector agent in order to pick up microservices logs from Kafka, in the documentation https://vector.dev/docs/reference/configuration/sources/kafka/#:~:text=message_key-,librdkafka_options,-optional this case is hardly touched upon and hence there is a misunderstanding of how to implement it. Tried to configure sources like this but nothing happens: [sources.kafka-logs.librdkafka_options] librdkafka_options. "sasl.kerberos.keytab" = "/opt/file.keytab" but also unsuccessfully. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @k8s-comandante ! Both of those should be correct ways to configure the rdkafka options. What makes you think they are not working? |
Beta Was this translation helpful? Give feedback.
Hi @k8s-comandante ! Both of those should be correct ways to configure the rdkafka options. What makes you think they are not working?