-
I tried to register spring micro service on consul with spring retry option , in usual case the spring boot app retry to connect to consul by default 6 times , when i add @EnableZuulProxy the boot cou…
-
I am doing some data transformation in a custom zuul pre-filter by getting the body from the original request through CustomRequestWrapper , now I want to set the transformed content back to the req…
-
I tried to register spring micro service on consul with spring retry option , in usual case the spring boot app retry to connect to consul by default 6 times , when i add @EnableZuulProxy the boot c…
-
Hi. I know there is/was a bug where Zuul does now honor proxy setting set in Java.
We tried couple of things.
1) Upgrading to "org.springframework.cloud:spring-cloud-dependencies:Brixton.SR5"
2) Ch…
-
For HTTP Method "REPORT" post data is not passing to service.
While I am hitting service directly it's responding as expected.
-
I have the following scenario in Cloud Foundry:
- Eureka Server running in service-registry.cfappsz1.mycompany.com (HTTPS)
- A Spring-Boot "Cache" application running in cache-services.cfappsz1.mycomp…
-
have a simple Zuul Proxy to use as gateway for two services. The services are always awailable when the exception occurs, if I do access them directly.
But when I access them through Zuul, it may o…
-
I am running it via docker with the following command
```bash
[~]$ docker run -p 8761:8761 jhipster/jhipster-registry
```
Logs look fine to me
```bash
██╗ ██╗ ██╗ ████████╗ ████…
-
We have recently moved to Camden.SR6 and converted our code over to use the new retry functionality in Camden (We were using the deprecated Netflix Http client). One thing that tripped us up initially…
-
I am working on a Spring Boot app that uses "spring-cloud-starter-zuul". After upgrading to version 1.4.4 I am getting following exception for HTTP POST requests. HTTP GET request seems to be work…