Kafka with Ingress TLS (NotLeaderOrFollowerException) #9493
tarunmittal24
started this conversation in
General
Replies: 2 comments 8 replies
-
@scholzj , can you please help here. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Not sure it'll fix your issue but i got the exact same error message pushing down events to a Kafka topic using kafka-console-producer.sh I got it fixed after setting the JAVA_HOME to a jdk 17. I had JDK 24 setup by default export JAVA_HOME=/home/admin/jdk-17.0.12 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i am trying to setup the simple configuration kafka cluster with ingress, below is my file:-
and also i create one user:-
Services Created by the above config

Now from inside the pod, when i am trying to access the kafka, using the kafka-cluster-kafka-tls-bootstrap service or with the kafka.beta.example.com
client-ssl.properties
or
I am getting the following error
Beta Was this translation helpful? Give feedback.
All reactions