KIP-1017: Leverage the health check endpoint for Kafka Connect #654
Labels
area/connect
Kafka Connect, its connectors
scope/backend
Related to backend changes
scope/frontend
Related to frontend changes
status/triage/completed
Automatic triage completed
type/enhancement
En enhancement/improvement to an already existing feature
Issue submitter TODO list
Is your proposal related to a problem?
When Kafka Connect is not rechargeable, the UI does not make it clear that the Kafka Connect cluster may be offline/unavailable. If we try to connect to a Kafka Connect instance that is not available, it fails and it does not make it clear that the cluster is not reachable.
Just like we have the option to know if a Kafka Cluster is offline/not reachable, we should have a similar option for Kafka Connect
Describe the feature you're interested in
With KIP-1017 the REST endpoint,
GET /health
was added to the Kafka Connect REST API. If the worker is healthy, the response will have a 200 status code and if it is unhealthy it will show a 500 status code.Describe alternatives you've considered
Version you're running
c8a8759
The text was updated successfully, but these errors were encountered: