Hi
I’m using APIMan 1.1.9.
It seems like Rate-limit policy does not work properly when there are several nodes (node1, node2).
The scenario:
·
Setup up an APIMan cluster with two nodes (node1 , node2).
·
Create a service with a rate-limit policy of 5 request per minute
·
Send requests to the service using postman (or any other http client):
o
Send requests to node1 until rate limit is exceeded
o
Send another request to node2 – APIMan will pass the request to the service end-point API instead of returning the “Rate limit exceeded” response
Thanks,
Uri