Reuse User Certs From Existing KafkaUser #11141
Replies: 2 comments 3 replies
-
I think you would need to share the full logs and configurations in order for anyone to be able to help you. You should maybe also elaborate on the scenario -> are you trying to connect to two different Kafka clusters with the same user certificate? Or just to the same Kafka cluster - once from inside Kubernetes and once from outside Kubernetes? |
Beta Was this translation helpful? Give feedback.
-
I'm just trying to run the application on my IDE while connected to the same kafka cluster. That's it. Here's the stack trace. MY googling indicates it has something to do with ACL. but I have the same ACL as the KafkaUser that can successfully consume messages.
|
Beta Was this translation helpful? Give feedback.
-
WE have a working strimzi kafka cluster which has ACL enabled.
We also have several users successfully publishing/consuming messages.
I want to run my application locally on my machine. I have enabled router listener so I can expose my broker externally.
Then I downloaded the same user certificates used by the same application in the cluster.
However I am running into this error: TransactionalIdAuthorizationException: Transactional Id authorization failed.
Shouldn't I be able to reuse the same certificates?
Beta Was this translation helpful? Give feedback.
All reactions