oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Read rate limiter delay from response headers. #34

Closed connelly38 closed 1 year ago

connelly38 commented 1 year ago

The latest proxy with DRL enabled will set a new header in the response if it delays sending the response due to rate limiting. This code change reads that header and adds the value (in milliseconds) to the existing rate limit delay value.