-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
Description
Summary
Currently there's a Custom Health Check for a Confluent Kafka Connect Pod, but currently nothing for a Kafka Connector itself. This is to add a health check in case there were any issues with the deployment.
Motivation
Reviewing the health of a Confluent Kafka Connector deployed as part of Confluent for Kubernetes.
Proposal
As per the Custom Health Check guide here - https://argo-cd.readthedocs.io/en/stable/operator-manual/health/#way-2-contribute-a-custom-health-check. PR is incoming, just following the contributing guidelines 😄