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

Does nameko support load balancing? #416

Closed
erhuabushuo opened this issue Mar 9, 2017 · 3 comments
Closed

Does nameko support load balancing? #416

erhuabushuo opened this issue Mar 9, 2017 · 3 comments
Labels

Comments

@erhuabushuo
Copy link

Does nameko support load balancing?

@davidszotten
Copy link
Member

Hi,

It depends a bit on what entrypoint you are using. For nameko (amqp) rpc, multiple instances of the same service will be load balanced by the rabbitmq broker.

If you use the http entrypoints, you need to put a load balancer in front of your services to distribute traffic.

In general it depends on the implementation of the entrypoint.

For future reference, please direct general questions to the mailing list instead of the issue tracker: https://groups.google.com/forum/#!forum/nameko-dev

@erhuabushuo
Copy link
Author

Thanks a lot

@mattbennett
Copy link
Member

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

No branches or pull requests

3 participants