How to setup Kafka container with SaSl Configuration #615
Unanswered
vermapraveen
asked this question in
Q&A
Replies: 1 comment
-
Hi @vermapraveen, unfortunately, this is a topic I don't have any experience with and the instructions around it seem quite complex:
My suggestion right now: Try a manual Docker-based setup of the system, and once you have it working, we can support in replicating it with Testcontainers. |
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
-
can someone suggest on how achieve setup kafka testcontainer with sasl. I am trying to write INT test around existing consumer which connect kafka using Sasl. Producer/ consumer in test is not able to communicate with kafka with sasl. Producer and Consumer work ok without Sasl, so no issue from Testcontainer local setup.
*This is my first time dealing with Sasl
Fixture
Producer:
Consumer:
Below is test log after I aborted the test
Beta Was this translation helpful? Give feedback.
All reactions