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

Conversation

polatouche6
Copy link

@polatouche6 polatouche6 commented May 1, 2024

service discovery and load balancing example is in https://github.com/go-kit/examples/blob/master/apigateway/main.go:93;
If the generation tool does not support the extension of these functions, it needs to be repeated on the client side for each endpoint

polatouche6 and others added 3 commits May 1, 2024 22:40
…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
modify endpoint.gotemplate to implementing service discovery and load balancing on the client side
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant