kafka strimzi not able to connect using internal/external load balancer #7031
Answered
by
scholzj
monish-devendran
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Jul 8, 2022
Replies: 1 comment 1 reply
-
i tried telnet the loadbalancer IP it works with and says connected. but when i use it under kcat im getting error. kcat -b 10.138.0.20:9094 -L |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, the first issue IMHO is that you have TLS encryption enabled in the listener (
tls: true
). But in yourkcat
you do not configure TLS. So I think the error you get sounds like it might correspond. You need to either disable the TLS or configure it in the client. Maybe trying to disable it first to see it works without it and then if it does, you know that the issue is TLS could be the best approach. You can of course also check the loadbalancers that they were created as internal in your infrastructure.