Hi, On my current application, we are looking to deploy jetty apps in Slider, to allow the ability to provision them in Yarn and also to flex them as needed. What I would like to do is have a separate slider application per Jetty Base/WAR that I am deploying, and have Slider negotiate the ports based on a global port pool. Is this possible? Basically, I just want to make sure that multiple slider applications can use the same port pool without stepping on each other.
Roshan