We could take the Kubernetes Individual Health Checks as reference, something like /ready/schema-cache-reloaded. Or if we want to check if we're serving requests regardless of schema reload success, we could verify /ready?exclude=schema-cache-reloaded.
Here's another similar implementation example I stumbled upon for reference: tikv/pd#9846
Originally posted by @laurenceisla in #4869 (comment)
We could take the Kubernetes Individual Health Checks as reference, something like
/ready/schema-cache-reloaded. Or if we want to check if we're serving requests regardless of schema reload success, we could verify/ready?exclude=schema-cache-reloaded.Here's another similar implementation example I stumbled upon for reference: tikv/pd#9846
Originally posted by @laurenceisla in #4869 (comment)