nodemules / stox

0 stars 0 forks source link

Feign Client Rate Limiting #1

Open brenthaertlein opened 3 years ago

brenthaertlein commented 3 years ago

Add rate limiting functionality for Feign Clients

brenthaertlein commented 3 years ago

Yahoo! Finance (RapidAPI) response headers:

Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: ver
Access-Control-Allow-Methods: GET, POST
Access-Control-Allow-Origin: *
Content-Type: application/json
Date: Mon, 28 Jun 2021 03:54:24 GMT
Server: RapidAPI-1.2.8
X-RapidAPI-Region: AWS - us-east-1
X-RapidAPI-Version: 1.2.8
X-RateLimit-requests-Limit: 500
X-RateLimit-requests-Remaining: 342
X-RateLimit-requests-Reset: 2496774
Content-Length: 12914
Connection: keep-alive