hyperioxx / frontman

Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.
https://frontman-labs.github.io/frontman/
GNU General Public License v3.0
5 stars 0 forks source link

Remove unnecessary refreshClients function #100

Closed hyperioxx closed 1 year ago

hyperioxx commented 1 year ago

The refreshClients function in the gateway package seems to be redundant, as it does similar work to the RefreshConnections function. This issue is to track the removal of the refreshClients function and ensure the functionality is maintained.

Removing the refreshClients function will help streamline the code and make it easier to understand and maintain.

hyperioxx commented 1 year ago

@amityahav @CCOLLOT

hyperioxx commented 1 year ago

This is just the start of the refactoring