kafka external access loadbalancer tls | ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. #6233
Unanswered
tirelibirefe
asked this question in
Q&A
Replies: 1 comment
-
TBH, it is a long time since the blog post, but I do not remember any issues. From how you describe it, it sounds liek some issue with the connectivity between the client, NLB and Kubernetes. So I guess you should check there => whether the LB and the nodes are correct etc. |
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.
-
Hello,
I've installed Kafka, KafkaConnect and JDBC connector as kafkaconnector.
I configured TLS authentication & authorization as described in documentation.
I configured AWS NLB as described in @scholzj 's blog posts.
Things work perfectly at port 9093.
...but things arent't working at port 9094 properly. External access is not stable.
In order to observe the situation I prepared a client pod as described in documentation, copied there certs and trying connectivity:
As you can see above, external access is not stable.
...but if I use 9093 port (internal access) , there is no problem, things work smoothly as expected.
you can find kafka, kafkaconnect configs and also their logs as attached.
It looks like I do something wrongly or miss something. Could you please help me figure out what I miss?
Thanks & Regards
Beta Was this translation helpful? Give feedback.
All reactions