Replies: 1 comment 4 replies
-
Hi, can you share some more information about your setup, from your description I'm struggling to follow what is failing. For example what does your KafkaConnect CR look like, how are you accessing the REST API (e.g. from inside or outside the cluster, through a service, or through some ingress you created?). I'm not sure what |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm running Strimzi 0.44.0 with Kafka 3.7.1 on Kubernetes v1.28 and I found that when using the REST interface to create/delete connectors requests will at times fail (when the non-leader worker tries to forward the request to the leader worker, as described here).
The error looks like this:
My understanding is that the advertised host is the pod's name, which won't work for cross pod communication (and doesn't match the behavior described in the issue above)
I have tried to find ways to override this but with no luck.
Is there a way to solve this issue? Perhaps not overriding the advertised host, but at least having it use the ip address rather than pod name?
Beta Was this translation helpful? Give feedback.
All reactions