Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KIP-1017: Leverage the health check endpoint for Kafka Connect #654

Open
2 tasks done
yeikel opened this issue Nov 10, 2024 · 0 comments
Open
2 tasks done

KIP-1017: Leverage the health check endpoint for Kafka Connect #654

yeikel opened this issue Nov 10, 2024 · 0 comments
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

Comments

@yeikel
Copy link
Contributor

yeikel commented Nov 10, 2024

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

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

  • Manually check the status of the connect cluster externally and/or inspect the logs of the Kafka UI

Version you're running

c8a8759

@yeikel yeikel added status/triage Issues pending maintainers triage type/feature A brand new feature labels Nov 10, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Nov 10, 2024
@Haarolean Haarolean added good first issue Up for grabs type/enhancement En enhancement/improvement to an already existing feature scope/backend Related to backend changes area/connect Kafka Connect, its connectors and removed type/feature A brand new feature status/triage/manual Manual triage in progress labels Nov 10, 2024
@Haarolean Haarolean added the scope/frontend Related to frontend changes label Nov 10, 2024
@Haarolean Haarolean moved this to Todo in Up for grabs Nov 10, 2024
@Haarolean Haarolean removed the good first issue Up for grabs label Nov 10, 2024
@Haarolean Haarolean removed this from Up for grabs Nov 10, 2024
@Haarolean Haarolean moved this to Active in Housekeeping Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Active
Development

No branches or pull requests

2 participants