Spring Cloud Netflix When spring cloud deploy by WAR,how could i use zuul visit eureka service don't need application name?

Spring Cloud is registered with Eureka, The service ID is service-appuser, The service is deployed to Tomcat via War. It...

Spring Cloud Netflix eureka server replication Exception: Read timed out

We use the spring-cloud-netflix-eureka-server version is 1.4..4.RELEASE.We have 300+ microservice (1500+ instance)on pro...

Spring Cloud Netflix Sidecar does not respect adapted configuration of management endpoints

We are using the Spring Cloud Netflix stack for a bunch of microservices. In order to integrate some none JVM applicatio...

Spring Cloud Netflix Zuul ignoredServices

I did go through the below links for reference but it doesn't seem to help.https://github.com/spring-cloud/spring-cloud-...

Spring Cloud Netflix DiscoveryClient not re-registration EurekaEventListener when RefreshScopeRefreshedEvent is triggerd

the eurekaEventListener implementation class code: public class EurekaServerListProcessor implements ServerListProcessor...

Spring Cloud Netflix Not Able to access Microservice via zuul proxy.

Hi Team. I am trying hands on in micro services with spring cloud. I have 1 acting microservices deployed in local host...

Spring Cloud Netflix How to login to the client UI through zuul api-gateway

I am trying to login to the client UI through zuul api-gateway. I have two modules api-gateway running on port 8000(i.e ...

Spring Cloud Netflix Spring Eureka Server dashboard doesn't show on JBoss Wildfly

Hi, I'm trying to deploy my eureka server on JBoss Wildfly 18 in a Docker container but the dashboard doesn't show. If I...

Spring Cloud Netflix ZuulProxyAutoConfiguration forms a circular dependency with itself

ZuulProxyAutoConfiguration requires:@Autowiredprivate ServiceRouteMapper serviceRouteMapper;and defines it at the same t...

Spring Cloud Netflix Use of compactmap pulls in LGPL 3.0 license

There is an open issue in compactmap to change to Apache 2.0 licensing (https://github.com/vlsi/compactmap/issues/6). R...

Spring Cloud Netflix zuul SimpleHostRoutingFilter socket time out every 10 minutes

I am using zuul to do a simple route:zuul: routes: test: path: /path/** url: http://domain.me stripPr...

Spring Cloud Netflix Randomized server port registers with management port in eureka

I encountered a strange behaviour, when I set management and server port to 0 so I can easily start a few local instance...

Spring Cloud Netflix Random port register in Eureka with port 0

If I confire server.port=0 to set a random port, the component register in Eureka with port 0. Only visually, the regist...

Spring Cloud Netflix Zuul: Content-Encoding header always return to the client

Bug report1. Client send request to Zuul, without Accept-Encoding header. We use PHP GuzzleHttp/6.3.3 lib;2. Zuul will a...

Spring Cloud Netflix Feign Client could not search the service by name in eureka

Describe the bugI was trying for openfeign application and found that openfeign is not able to find the service by name ...

Spring Cloud Netflix Zuul filter should support multiple hosts router

zuul currently can do "simple host router" by http client, which is one-one router, I think it should be able to use r...

Spring Cloud Netflix 2.2.x dependencies bom manages spring-cloud-netflix-hystrix-contract which is not published

I can see the module in the repo, but it doesn't appear to be published making the dependency management redundant. It a...

Spring Cloud Netflix @FeignClient not support @PostMapping/@GetMapping

I have a spring-boot application,my client like this@FeignClient(name = "app1")public interface App1Client { ...

Spring Cloud Netflix Feign Client called from a thread throws null exception

I don't know whether this is a bug or a mistake of mine. I have situation where I call a feign client. It works fine, un...

Spring Cloud Netflix Zuul eureka ribbon GENERAL ERROR

Hi Team I am using below set-upI have two instance of business service running at port 7551 and 17551, both are register...
上一页 下一页
.