View on GitHub
 (1 comment) (0 reactions) (1 assignee)Java (0 forks)github user discovery
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

Contributor guide