[Bug]: Can't delete connetor using connect-api cluster >2 replicas #9560
Closed
calebebrim
started this conversation in
General
Replies: 2 comments 15 replies
-
I guess you should start by sharing the full log and configurations. |
Beta Was this translation helpful? Give feedback.
15 replies
-
Ok I feel that fixed my issue. |
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.
-
Bug Description
Kafka-connect cluster (>2 replicas) fail to delete connectors using rest-api.
connector-logs shows this error:
and the rest API responds this error:
`
{
"error_code": 500,
"message": "IO Error trying to forward REST request: java.net.UnknownHostException: kafka-connect-connect-5479d4db88-5k2v2: Name or service not known"
}
`
I'm using Strimzi version 0.32
Steps to reproduce
1-deploy kafka cluster operator
2-deploy kafka cluster
3-deploy kafka-connect cluster
4-create a jdbc connector
5-delete jdbc connector
This is the topic configuration:
Expected behavior
the connector should be deleted when using
curl -XDELETE http://{{connector-server}}/connectors/{{connector-name}}
Strimzi version
0.32
Kubernetes version
k3s version v1.27.4-k3s1 (default)
Installation method
helm chart
Infrastructure
Bare-metal
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions