[Gateway Component] Gateway Component's health check endpoint returns healthy even if the Router is not in running state
@prdai is already working on this.
Since Apr 28, 2026.
- Dominant language
- Go
- Stars
- 71
- Forks
- 111
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 110
Description
Current Limitation
$subject
The gateway controller returns healthy even if the router component is not running.
During the above behaviour recognising time, gateway component's gateway-controller was the only running docker container. Router component was in exit state due to a configuration issue.
But calling the
curl http://localhost:9090/health gave successful response.
In the readme.md it says,
Suggested Improvement
Success response should be returned only if gateway-controller and router both are in active state.
or else the readme.md file should be changed as ->
# Verify gateway-controller services are running
Version
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.