SASL_SSL security.protocol for kafka source #19265
Unanswered
jamhamblin
asked this question in
Q&A
Replies: 1 comment
-
Coming back to say that enabling setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're trying to export a kafka topic to datadog for log retention. In the kafka documentation the settings required for the topic are:
I have attempted to configure this in vector as follows:
Setting
librdkafka_options."security.protocol":
gives the error:Whereas without
librdkafka_options."security.protocol
set there is an errorbroker transport failure
indicating that the wrong security.protocol is being used.I believe that this issue is caused by
SASL_SSL
not being included in the active listeners here: https://github.com/vectordotdev/vector/blob/master/scripts/integration/kafka/compose.yaml#L16.Hoping however that there is something wrong with the configuration and would really appreciate any help from the community 🙏
Beta Was this translation helpful? Give feedback.
All reactions