Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify endpoint.gotemplate to implementing service discovery and load balancing on the client side #356

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 1, 2024

  1. feat: modify endpoint.gotemplate to implementing service discovery an…

    …d load balancing on the client side
    
    service discovery and load balancing example is in https://github.com/go-kit/examples/blob/master/apigateway/main.go:93;
    if it is not implemented when making endpoints, it needs to be repeated on the client side for each endpoint
    polatouche6 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    85dc200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7550a7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from polatouche6/tdl_dev

    modify endpoint.gotemplate to implementing service discovery and load balancing on the client side
    polatouche6 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5762585 View commit details
    Browse the repository at this point in the history