Nineya
Home
Blog
软著申请
Spring Cloud Netflix When spring cloud deploy by WAR,how could i use zuul visit eureka service don't need application name?
2025-01-28 05:44:39
2501
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
2025-01-28 05:44:34
4751
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
2025-01-28 05:44:28
1840
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
2025-01-28 05:44:23
3917
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
2025-01-28 05:44:18
1489
the eurekaEventListener implementation class code: public class EurekaServerListProcessor implements ServerListProcessor...
Spring Cloud Netflix Not Able to access Microservice via zuul proxy.
2025-01-28 05:44:11
4292
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
2025-01-28 05:44:06
4102
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
2025-01-28 05:44:00
10382
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
2025-01-28 05:43:55
800
ZuulProxyAutoConfiguration requires:@Autowiredprivate ServiceRouteMapper serviceRouteMapper;and defines it at the same t...
Spring Cloud Netflix Use of compactmap pulls in LGPL 3.0 license
2025-01-28 05:43:48
704
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
2025-01-28 05:43:43
19727
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
2025-01-28 05:43:39
14583
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
2025-01-28 05:43:34
730
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
2025-01-28 05:43:26
3371
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
2025-01-28 05:43:21
2266
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
2025-01-28 05:43:05
1773
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
2025-01-28 05:43:00
212
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
2025-01-28 05:42:55
2189
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
2025-01-28 05:42:49
2538
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
2025-01-28 05:42:44
27745
Hi Team I am using below set-upI have two instance of business service running at port 7551 and 17551, both are register...
上一页
下一页
1
…
288
289
290
291
292
…
2246
.