-
version: spring-cloud-netflix-eureka-server-4.1.3
https://github.com/spring-cloud/spring-cloud-netflix/blob/eac21f837eea703af565b4b2606a831fa0b27848/spring-cloud-netflix-eureka-server/src/main/java…
-
I ran the example using Docker
The services registered correctly with Eureka and the Gateway was able to communicate with Eureka
However when trying to call the Gateway from the browser, I kept gett…
-
### Description
Hello, APISIX team.
in our prd env, we suffered a very strange scenario.
we have a cluster which have 9 apisix instances.
the upstream is using service discovery, which is eure…
-
http://cloud.spring.io/spring-cloud-static/spring-cloud.html#_spring_cloud_netflix
``` bash
@Autowired
private EurekaClient discoveryClient;
public String serviceUrl() {
InstanceInfo instance = …
-
**Describe the bug**
I've been using the eureka theme for a few years, but in a recent edit, when I used `hugo server`, I got:
```
ERROR POSTCSS: failed to transform "/css/eureka.css" (text/cs…
-
eureka.client.register-with-eureka=true
eureka.client.fetch-registry=true
т.е. ты хочешь зарегистрировать сервер eureka как клиента сервера eureka?
-
Recently, this error often appears, why is this?
`[2024-05-06 05:37:33]-[eureka_client]-[line:1147] -WARNING: Eureka server [http://127.0.0.1:7001/eureka] is down, use next url to try.
Traceback (mo…
-
Hello, big God,
My version of apollo is:
Apolloconfig/Apollo - configservice: 2.2.0
Apolloconfig/Apollo - portal: 2.2.0
Apolloconfig/Apollo - adminservice: 2.2.0
Basic information:
![image](ht…
-
I noticed that many people asked the same question, But I tried their ways, but my problem is still there.
I use spring-boot + eureka + zuul,
spring.cloud.version: 2.0.2.RELEASE
Here is the E…
-
It looks like lease expiration on standalone Eureka server with self-presenvation enabled is completely broken. I have the following configuration:
```
eureka.instance.hostname=localhost
eureka.cli…