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

single point of failure #4

Open
norcis opened this issue Aug 21, 2018 · 1 comment
Open

single point of failure #4

norcis opened this issue Aug 21, 2018 · 1 comment

Comments

@norcis
Copy link

norcis commented Aug 21, 2018

I deciding what to use ARI or AGI for high availability scalable application. With AGI I can use web proxy to load balance request. In case of ARI proxy, how to avoid it becoming risk of single point of failure?

@skrusty
Copy link
Owner

skrusty commented Aug 29, 2018

ARI proxy removes that by ensuring multiple application nodes can handle calls.

Your design needs to ensure you don't create bottle necks, for example in your message queue system (have high-availability etc).

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

No branches or pull requests

2 participants