Giter VIP home page Giter VIP logo

Comments (4)

kernow avatar kernow commented on June 18, 2024 1

Found this article, looks like it could be useful https://blog.prefab.cloud/blog/grpc-aws-some-gotchas

from anycable-rails.

palkan avatar palkan commented on June 18, 2024

Is there just 1 connection made with the grpc server or are there multiple connections?

Right now we use multiple connections (connection pool).

I'm guessing the connections are long lived?

Yep, connections are long-lived HTTP/2 clients.

So, you need gRPC load balancer (we've only tried with Envoy).

I'm not sure, whether AWS support gRPC load balancing out of the box (looks like it should be possible via Network Load Balancer, and they also added Envoy support for ECS: https://aws.amazon.com/blogs/compute/setting-up-an-envoy-front-proxy-on-amazon-ecs/).

from anycable-rails.

kernow avatar kernow commented on June 18, 2024

Thanks @palkan do you know if the balancing rule needs to be sticky or if it can use round robin or other types of balancing rules?

from anycable-rails.

palkan avatar palkan commented on June 18, 2024

I think, round robin should be fine. Don't see any reason for more complex strategies.

from anycable-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.