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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Metadata listing:
Expand Down