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

Amazon MSK SASL/SCRAM auth method support #88

Open
georgelupu opened this issue Mar 26, 2021 · 2 comments
Open

Amazon MSK SASL/SCRAM auth method support #88

georgelupu opened this issue Mar 26, 2021 · 2 comments

Comments

@georgelupu
Copy link
Contributor

Today, Pastash is using the following Kafka client (https://www.npmjs.com/package/kafka-node/v/3.0.1), which supports only SASL/PLAIN auth method.
This is limiting Pastash usage with Amazon MSK Kafka service, which uses SASL/SCRAM auth method.

Please implement a new Kafka plugin in Pastash based on (https://kafka.js.org/), which supports SASL/SCRAM.

@georgelupu
Copy link
Contributor Author

I found this kafka-node PR that is implementing SCRAM Auth: SOHU-Co/kafka-node#1392
This PR was not merged yet.

@lmangani
Copy link
Member

Looks like a great option, will check it out

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

No branches or pull requests

2 participants