-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with kafka source when specifying password via sasl (Vector 0.43.0) #22208
Labels
source: kafka
Anything `kafka` source related
type: feature
A value-adding code addition that introduce new functionality.
Comments
Hi @hartfordfive, these are the available options currently: https://vector.dev/docs/reference/configuration/sources/kafka/#sasl. If you are motivated enough, you can add support for Lines 43 to 84 in ca73a06
|
pront
added
source: kafka
Anything `kafka` source related
type: feature
A value-adding code addition that introduce new functionality.
and removed
type: bug
A code related bug.
labels
Jan 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
source: kafka
Anything `kafka` source related
type: feature
A value-adding code addition that introduce new functionality.
A note for the community
Problem
I'm attempting to connect to a secured Kafka cluster with the appropriate username and password. From my understanding, this is done via the
sasl
Kafka source configuration.When starting a vector instances (in Kubernetes) with a Kafka sink such as this one:
I observe the following error message:
I don't see anything in the current Vector kafka source documentation (on 2025-01-14) about this
sasl.kerberos
parameter although I do see it in the librdkafka client configuration. I assume the librdkafka client configuration is being automatically built with the default value? What can I do to resolve this issue as I'm currently blocked and can't consume form this cluster.I appreciate the help.
Configuration
No response
Version
0.43.0-distroless-libc
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: