I'm using HAProxy to loadbalance TCP service. I would like to "tee" the same request to a different cluster (dev instance).
Does HAProxy have the "tee" feature?
The dev, prod clusters and the HAProxy are different subnets, so I can't use the "tee" feature in iptables
.