-
```stacktrace
java.lang.NumberFormatException: For input string: "443,443"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseI…
-
I've got a number of duplicate prometheus metrics in my spring boot app (ex: `normalized_servo_rest_totaltime`:
```
# HELP gauge_servo_response_assetmgmt_star_star gauge_servo_response_assetmgmt_sta…
-
-
This is similar to https://github.com/spring-cloud/spring-cloud-netflix/issues/1126, but using RibbonLoadBalancingHttpClient instead of RibbonLoadBalancerClient.
When using a zuul proxy + HttpClientR…
-
https://github.com/spring-projects/spring-retry
We could use `RetryTemplate` and standardize across zuul, feign and rest template.
We could probably be backwards compatible with the ribbon configura…
-
1. jhipster-registry v2.5.7
1. uaa v3.12.2
1. microservices1(e.g. named app1) v3.12.2
1. microservices2(e.g. named app2) v3.12.2
when the first time app1 invoked the app2 thow time-out exceptio…
-
I'm using Spring Cloud Camden SR3, and I wonder whether am I right.
## Ribbon Retry
Configuration below can make ribbon retry.
```yaml
spring:
cloud:
loadbalancer:
retry:
…
eacdy updated
7 years ago
-
Dear All,
I have a Zuul url which is working fine as of now, how ever based on a query parameter from the front end i need to change the url, could you please suggest how can i acheive that??
For …
-
In testing things today I noticed that when a client is using http/1.0 and attempting to use keep-alive Zuul (setup with spring-cloud-netflix) returns a "Connection: closed" header. I'm have a filter …
-
Hi,
I am having some exceptions when using ZUUL with Websphere Liberty Profile.
The stacktrace I see for ZUUL logs is as below,
```
[utor-thread-104] o.s.c.n.z.filters.post.SendErrorFilter …