-
Hi,
I'm trying to fire up your application, the most of the applications works fine and ServiceA/B & C are getting registered in the eureka Client. But i keep getting errors while the Zuul Server is…
-
When using Spring cloud Hoxton.SR4, spring-cloud-netflix. 2.2.2.RELEASE is used :
jettison then stax-api is provided with an ``runtime`` scope by eureka-client (1.9.17)
![image](https://user-images…
-
With Spring Boot Actuator health check endpoint, we can use `management.endpoint.health.status.http-mapping.` to map a custom status to an HTTP status code. But for Eureka integration, any custom stat…
-
Hi,
We are refactoring existing monolithic based application to micro-services and we decided to use the following spring cloud (Netflix) version and end up with "Could not resolve host: peer1-serv…
-
在基于spring-cloud项目中,同时应用Eureka和Ribbon,构建EurekaJerseyClientImpl时,出现了一个uriInfo无法注入的问题。具体异常如下:
异常1(jersey注入自检异常):
com.sun.jersey.spi.inject.Errors : The following errors and warnings have been d…
-
Eureka, consul and zookeeper have very similar properties for things like hostname, ipaddress, port, preferIpAddress, service or app name, instance id, metadata, etc...
It may be worth having a com…
-
## CVE-2021-43859 - High Severity Vulnerability
Vulnerable Library - xstream-1.4.18.jar
Library home page: http://x-stream.github.io
Path to dependency file: /pom.xml
Path to vulnerable library: /p…
-
I went here: https://spring.io/guides/gs/service-registration-and-discovery
I followed the instructions, generating my project via this provided link: https://start.spring.io/#!type=maven-project&l…
-
Hi all,
I've observed that during BasicChaosMonkey.doMonkeyBusiness(), the method suddenly returned without finishing rest of it's happy-path. There's no exception nor error messages.
The jettyRun …
-
运行microservice-discovery-eureka工程总是爆java.lang.NoClassDefFoundError: com/netflix/discovery/EurekaClientConfig异常,求解啊。