Replies: 1 comment 7 replies
-
Well, you create the user with |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hi, so as the title states, I'm trying to get the cli to work and I just tried every config I found but no luck to this moment.
This is my configuration based on what I found here:
The kafka cluster:
and the super user:
and the config.properties:
The command I'm running:
./kafka-topics.sh --bootstrap-server test-cluster-kafka-bootstrap.new-kafka.svc.cluster.local:9092 --topic "test" --create --command-config /tmp/config.properties
with port setting to 9092, I get "authentication failed"!
with port setting to 9093, I get a different error.
I'm really confused. I appreciate if anyone can help here.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions