danisherror/Gateway_RateLimiter_LoadBalancer
View on GitHubRound Robin for Health Check
Open
#1 opened on Jan 3, 2026
bugenhancementgood first issuehelp wanted
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Current Scenario:
When a server is down then that request is drop. Instead of sending the request to next healthy server
Furure Scenario:
When server goes down then the request is send to other healthy server instead of dropping.
gateway/src/main/java/com/example/gateway/service/RoundRobinService.java
gateway/src/main/java/com/example/gateway/controller/GatewayController.java