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

gRPC LoadBalancingPolicy Support #15861

Merged
merged 1 commit into from
Mar 19, 2021
Merged

gRPC LoadBalancingPolicy Support #15861

merged 1 commit into from
Mar 19, 2021

Conversation

0SkillAllLuck
Copy link
Contributor

@0SkillAllLuck 0SkillAllLuck commented Mar 18, 2021

When using quarkus in kubernetes you currently will run into scaling issues if one service tries to connect to multiple backend grpc services. Kubernetes Headless services can solve this issue but in quarkus the load balancing policy can currently not be changes.

With this pull request it should add the quarkus.grpc.clients."service-name".load-balancing-policy field. The field will by default behave like it currently does.

Possible options for the field include pick_first(default), round_robin, grpclb.

refs #9326

@quarkus-bot quarkus-bot bot added the area/grpc gRPC label Mar 18, 2021
@michalszynkiewicz michalszynkiewicz merged commit 82e052b into quarkusio:main Mar 19, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Mar 19, 2021
@michalszynkiewicz
Copy link
Member

thanks @0SkillAllLuck !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants