Skip to content
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

Fix typo in readme #402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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 ;)

@@ -231,7 +231,7 @@ Enable the idempotent producer, providing exactly-once and strict-ordering

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