Skip to content

Conversation

@Danny02
Copy link

@Danny02 Danny02 commented Oct 5, 2022

Hey, I found a little typo in the README which cost me some minutes to figure out ;)

Connect to cluster using SSL and SASL PLAIN authentication:

$ kcat -b mybroker -X security.protocol=SASL_SSL -X sasl.mechanism=PLAIN -X sasl.username=myapikey -X sasl.password=myapisecret ...
$ kcat -b mybroker -X security.protocol=SASL_SSL -X sasl.mechanisms=PLAIN -X sasl.username=myapikey -X sasl.password=myapisecret ...
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sasl.mechanism is actually correct and supported since about 4 years in librdkafka, so my guess is you're on a really old version of librdkafka & kcat.

Copy link
Author

@Danny02 Danny02 Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I use your Docker Image which you also mention in the readme, which is indeed 9 months old.

I get a authentication error when i miss the 's', similar as if I use the wrong password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants