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

[ECS] [BUG] gRPC load balancer does not work #2343

Open
mostafafarzaneh opened this issue Apr 30, 2024 · 0 comments
Open

[ECS] [BUG] gRPC load balancer does not work #2343

mostafafarzaneh opened this issue Apr 30, 2024 · 0 comments
Labels
Proposed Community submitted issue

Comments

@mostafafarzaneh
Copy link

Summary
Service Connect failed to distribute traffic between the two services correctly when using gRPC

Description
We utilize gRPC for communication between two services: Service A (client) and Service B (server), with Service B running multiple instances for scalability.
Under AppMesh, load balancing across these instances was effective. However, since migrating to Service Connect, all traffic from Service A is directed to a single instance of Service B, bypassing the expected load distribution.

Expected Behavior
Service Connect should distribute traffic across all instances of Service B similarly to how AppMesh did.

Observed Behavior
All traffic is routed to only one instance of Service B, leading to potential performance bottlenecks.

Environment Details
We are using AWS ECS with fargate.

@mostafafarzaneh mostafafarzaneh added the Proposed Community submitted issue label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

1 participant