type: loadbalancer required externalTrafficPolicy: Local #6480
Unanswered
smarsh-tim
asked this question in
Q&A
Replies: 0 comments
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.
-
Suggestion / Problem
I had trouble using my Kafka bootstrap/broker instances through the external load balancer when I set the
externalTrafficPolicy: Local
. I was able to connect initially, but then I would get stuff like this:It's possible I only had issues because the cluster this is running in is pretty big - so it's likely having to hop? Unsure but the only parameter I changed which resolved my issue was setting
externalTrafficPolicy: Cluster
instead ofLocal
.Documentation Link
https://strimzi.io/docs/operators/latest/configuring.html#property-listener-config-traffic-policy-reference
Beta Was this translation helpful? Give feedback.
All reactions