Replies: 1 comment
-
For those who also search for a solution. I have solved it like following: `const jaasConfig = 'org.apache.kafka.common.security.plain.PlainLoginModule required ' + 'username="admin" ' + 'password="admin" ' + 'user_admin="admin" ' + 'user_test="secret";';
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
already tried a lot possibilities but always getting some exceptions.
Does anybody have a good example for KafkaContainer with SASL_PLAINTEXT?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions