Closed sanketkeskar closed 1 year ago
In the future, please don't use images of text.
I know nothing of running redis in AWS.
Also, the versions of spring boot and spring cloud are old and unsupported, please upgrade to a supported version and verify the problem still exists.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
@spencergibb @GuyLewin @royclarkson @rmorgan @jvalkeal @scottfrederick I am trying to implement rate limiting in my Gateway by connecting to AWS Redis cluster. But rate limiting is not getting enabled and I am getting "X_RateLimiting-Remaining" as -1. I searched and got to know that if "X-RateLimiting-Remaining" is -1 then rate limiting is not enabled/configured.
Please note that the AWS Redis cluster is up and running when tested by separate sample working springboot code.
pom.xml: pom.txt
application.yml
Class:
Logs: Ignore last 2 lines of logs
Really stuck at this part and not getting help from anywhere. Please assist on the above.