<div dir="ltr">Hi team,<div><br></div><div>I'm in process of implementing following use case, please help me with your inputs.</div><div><br></div><div>let's say I have endpoint /rate-limit and it should </div><div>75% of time, it should return "SUCCESS" as text</div><div>25% of time, it should return "FAILED" as text</div><div><br></div><div>I did try limit_req_zone which goes by request per second and when exceeds it responds with status code 503. But in this case i want an actual response and the percentage of FAILED/SUCCESS to be configurable.</div><div><br></div><div>Any pointers for above use case would be helpful.</div><div><br></div><div>Thanks,</div><div>Thanga.</div></div>