-
On startup, new service host should be able to register their host/port/etc information with ct-dns. Brainstorm the best way to do it.
guanw updated
4 years ago
-
Hi Dirk
I am looking to get some information about this: https://stackoverflow.com/questions/36284246/eureka-on-spring-cloud-netflix-with-dns-based-config-all-instances-showing-up-a
can you shar…
-
2021-07-16 11:43:20.277 INFO 8056 --- [tbeatExecutor-0] c.n.d.s.t.d.RedirectingEurekaHttpClient : Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://hyxx:hyxx1234@haiya1:8080/eure…
-
http://blog.didispace.com/springcloud4-2/
本文接之前的《Spring Cloud构建微服务架构(四)分布式配置中心》,继续来说说Spring Cloud Config的使用。 先来回顾一下,在前文中我们完成了什么: 构建了config-server,连接到Git仓库 在Git上创建了一个config-repo目录,用来存储配置信息 构建了confi…
-
In Eureka First mode, if client starts on a random port (--server.port=0), the client code will ignore the Eureka setup and always try to load config data from default location (localhost:8888). In m…
-
Hi all,
Same with many others, Adrian's great talk on State of Arts Microservices brought me here.
I am having my first go at Simianviz. Just created my own json arch by using the provided script t…
-
At first, it is very difficult to reproduce. Even, this case is very rare but fatal. Currently, we met 3 times of 60+ services and 150+ instances in past two months.
> eureka-client: 1.7.2
spring-…
-
Hello,
Is it possible to add into fargo.Instance this field:
``` go
InstanceId string `xml:"instanceId" json:"instanceId"`
```
because if I use UniqueID func(i Instance) string `xml:"-" json…
-
Something bad happened in the upstream. Our Eureka client starter brings in servlet 2.5 (and a bunch of other crap that shouldn't be there). This is new in 3.0.0 (2.2 was OK).
dsyer updated
2 years ago
-
Hi,
I configured a micronaut service to connect to Eureka which works fine for a regular Java package. But if I package it via `docker-native` as a GraalVM image, the microservice throw constantly …