stream-client Cluster authorization failed #6798
Answered
by
scholzj
veerendra2
asked this question in
Q&A
-
Hello, One of our developer facing issue getting Cluster authorization failed while using kafka streams java SDK. Kafka Version: Below is the error from the java code
At kafka broker
KafkaUser definition
We are not quite sure what was issue at ACL Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
May 11, 2022
Replies: 1 comment 3 replies
-
Well, as described in the error message - you seem to be missing the ACL right for IdempotentWrite on the Cluster resource. At least I don't see it in your ACLs anywhere. Or did I missed it somewhere? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
veerendra2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, as described in the error message - you seem to be missing the ACL right for IdempotentWrite on the Cluster resource. At least I don't see it in your ACLs anywhere. Or did I missed it somewhere?