Currently if you don't want sticky/cookies with the route you have to customize the router template which further requires rebuilding the router itself and doesn't allow for individualized behavior per-route.
We should be able to, in the route definition, specify the type of routing to do.
eg:
sticky/cookie
round-robin
etc.
Currently if you don't want sticky/cookies with the route you have to customize the router template which further requires rebuilding the router itself and doesn't allow for individualized behavior per-route.
We should be able to, in the route definition, specify the type of routing to do.
eg:
sticky/cookie
round-robin
etc.