As I distributed similar instance to two different servers, my first server has good configuration but the second server have not enough memory for cache. So I want 80% of the requests being transfered to my first server and the remaining to the second server. How can I configure this using ribbon with spring boot?
Currently, it is working on round robin algorithm. the first request goes on first server and second go on the second one. I want to configure into 4:1.