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

SASL configuration maybe wrong? #140

Open
calbertora opened this issue Sep 15, 2024 · 0 comments
Open

SASL configuration maybe wrong? #140

calbertora opened this issue Sep 15, 2024 · 0 comments

Comments

@calbertora
Copy link

Hey team.

I'm not sure if the documentation is outdated but if I use how it is:

...
sasl: %{
      mechanism: :plain,
      login: System.get_env("KAFFE_PRODUCER_USER"),
      password: System.get_env("KAFFE_PRODUCER_PASSWORD")
    }
...

It doesn't work. But, when use user instead of login it does:

    sasl: %{
      mechanism: :plain,
      user: System.get_env("KAFFE_PRODUCER_USER"),
      password: System.get_env("KAFFE_PRODUCER_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

No branches or pull requests

1 participant