I would like to use Zuul as a Proxy for some REST services that I'm using. My question is: since I'm running it as a Spring Boot Application, is there any way to configure it for High Availability?
EDIT: do I need to deploy my application inside an application server which supports HA?