Skip to content

SASL configuration maybe wrong? #140

@calbertora

Description

@calbertora

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")
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions