-
Notifications
You must be signed in to change notification settings - Fork 322
Feature: handle rate limiting of UAA server. Fixes #1307 #1332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kehrlann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
[issue] the current implementation doesn't work when UAA_API_REQUEST_LIMIT is not set. See the suggestions in the IntegrationTestConfiguration class.
integration-test/src/test/java/org/cloudfoundry/ThrottlingUaaClient.java
Show resolved
Hide resolved
integration-test/src/test/java/org/cloudfoundry/ThrottlingUaaClient.java
Outdated
Show resolved
Hide resolved
integration-test/src/test/java/org/cloudfoundry/ThrottlingUaaClient.java
Outdated
Show resolved
Hide resolved
integration-test/src/test/java/org/cloudfoundry/ThrottlingUaaClient.java
Outdated
Show resolved
Hide resolved
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java
Outdated
Show resolved
Hide resolved
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java
Outdated
Show resolved
Hide resolved
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java
Show resolved
Hide resolved
Kehrlann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your contribution 👍
Not tested on a system without ratelimiting...