This is more of a theoretical question.I want to know if it is possible to do this:
I have various versions of a web application, each running certain number of instances.
When a request comes in, it goes to a certain instance of some version.
I want the load balancer to now route further requests from this user to only the instances of the version it was first routed to.
I can maintain a cookie or some other way to save the version number of the instance. But I need the load balancer to now take that into consideration for further requests.Is this possible and Is there any plugin available for this?
Any help will be appreciated. thank you.