aftersss

Results 5 issues of aftersss

When I have two nodes to form a eurekaServer cluster, If I set `eureka.client.fetch-registry=false` and `eureka.client.register-with-eureka=true`, then `eurekaClient` inside the eurekaServer will never fetch registry from another eurekaServer upon startup....

waiting for feedback

We use the following code and expect that after refresh, someProperties.getProperties() will be changed, but it does not. only when refresh is triggered one more time, the change can be...

waiting for feedback

In java we can use `message. putUserProperty` to append some metadata into message, this is sometimes very useful, but in nodejs client we have not found how we can do...

Bug report spring-cloud-version: Finchley.SR2 I has a requirement that route `www.example.com/**/*.html` to `lb://serviceNodeJs`, and route `www.example.com/**` to `lb://serviceJava`, so I wrote the following yaml file: ``` spring: cloud: gateway: routes:...

enhancement
help wanted

nginx plus有slow_start的功能:详见https://www.nginx.com/products/application-health-checks/ 我们web服务器由于存在预热问题,也需要该功能,tengine是否可以支持?