Forum Discussion
Colin_Walker_12
Jul 11, 2011Historic F5 Account
That should be very doable. All you need is to identify how to single out the requests for client A vs. your normal requests, and how you want to do persistence, then mush those two together. ;)
So the logic sounds like:
If the inbound request is for client A, then pool A.
Else, if the request is inbound for /streamer, then persist to a particular node
Is that correct?
Colin