Open norcis opened 6 years ago
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?
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).
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?