danisherror / danisherror/Gateway_RateLimiter_LoadBalancer
Round Robin for Health Check
Open
bug
enhancement
good first issue
help wanted
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.