-
Hi,
Today I have encountered the following issue:
We have an application running behind multiple reverse-proxies. Here is a simple schema:
Client => RP1 => RP2 => Zuul => App
RP1 - reverseproxy.com…
-
When attempting to upgrade admin server from 1.3.4 to 1.4.2, I keep getting a classnotfound exception.
```
2016-09-30 06:09:38.129 INFO 91676 --- [ main] com.example.DemoApplication …
-
I created an Eureka server and two Service Appications that are my Eureka Clients.
Okay, all is wired and working.
How can I call the Eureka Server from an external API to call my Service Applicatio…
-
Hi
My custom class implementing ZuulFallbackProvider never gets triggered. I am getting alternating responses like
{"timestamp":1479006378665,"status":500,"error":"Internal Server Error","exc…
-
```
@Component
public class CustomZuulFilter extends ZuulFilter {
@Override
public boolean shouldFilter() {
return true;
}
@Override
public int filterOrder() {
r…
-
##### **Overview of the issue**
Currently deploying jhipster micro services on kubernetes cluster which is using jhipster registry for service discovery. But we would like to use DNS for service dis…
-
This is similar issue to this one:
https://github.com/spring-cloud/spring-cloud-netflix/issues/366#issuecomment-106363315
I'm using Spring Cloud Brixton.M5
When I call my service like this:
https://o…
-
Using spring-boot 1.3.5 and org.springframework.cloud
when using zuul proxy
with version: Brixton.M3
everything works fine.
When we upgraded to Brixton.RELEASE
we get the following exception
javax.…
-
turbine.stream is not working for streams requiring a cluster parameter. streamUrl in module.js seems to be a static url which looks like below
``` javascript
module.controller('turbineCtrl', require…
-
With Zuul proxy, POST body of a x-www-form-urlencoded Content-Type the url encoded characters changed from lowercase to upper case
For example:
The following curl request to the zuul instance
`curl -…