0

Say for example, can we limit the number of requests to be processed by an instance should be 50 and the rest has to be processed by another instance. Do we require any configuration changes related to ribbon.

Barathi
  • 189
  • 1
  • 2
  • 11
  • Ribbon uses round-robin by default – jmhostalet Oct 10 '17 at 07:14
  • do you mean 50 requests per seconds? or others? – Azarea Oct 18 '17 at 02:23
  • Not 50 requests per second. I have 3 instances of a microservice, i want to process 1000 requests, i prefer only 300 requests has to be processed by first instance and next set of 300 has to be processed by second instance and third instance has to process the rest 400 requests. is it possible to configure in such a way to share the load among the instances. – Barathi Oct 23 '17 at 09:40

0 Answers0