We are currently using consistent hashing with Nginx to balance between several downstream servers. We would now like to add the split_clients module to do an experiment, such that:
- 1% of requests get sent to server X
- The other 99% of requests gets load balanced with consistent hashing as it is right now.
I have no idea how to combine these two. Do I need to go to JS/Lua, or is there a way to do it in config?