Hi All, Currently we are using HAProxy on AWS in TCP proxy mode to cater some non http traffic in round-robin fashion. We are migrating our service to some other service provider. We are planning to migrate users in chunks. We want the load balancing solution based upon the user information so that haproxy can route the packet to DC where user is pinned. User information comes in the first packet after TCP connection is established.
Is there a way to achieve that in current implementation, if not, how challenging will it be to implement it in the current code. I have fair experience in C but new to HAProxy code. Thanks and Regards, Swapnil Dubey

