I have some issue with rate limit concept, I have tried to create one POC where we are blocking the no of request based on time and its working fine. But i need to imeplement rate limit based on user to user like, In my appication differnt user can search the product parallely if i am imeplenting rate limit then its blocking for all users not for single user. Any one can help here..
I have craeted the POC for rate limit and i can see its applicable for all users. Lets example as below: 1.Suppose for my application i keep 5 request per minute , For 6th request it will block and give error mesage . 2.But what about for the other user,He is not searched yet and when he will try to serach he will also get the same exception