-
我们这边使用了Nacos作为注册中心,但是有一个项目遇到了一个问题:
引入了nacos的jar包,但是那个项目没有注册到nacos注册中心,
我排除了几点1.@EnableDiscoveryClient存在
2.nacosjar包存在
3.项目启动的时候会加载一些nacos jar包里面的bean
4.没有走到注册方法
5.是否注册到Nacos注册中心的那个开关是ture
这个注册不…
-
[provide a description of the issue]
##### Environment
- Operating System:
Windows_NT x64 10.0.17763
- JDK version:
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b0…
-
Right now, we can configure timeout (connect, response) for individual routes configured in our application.yml, but there is no provision to set timeouts for route configured via Eureka. When we enab…
-
The Nacos I used was deployed in the EDAs environment, and the ribbon load balancing configuration reported errors when restarting the server:
用的nacos部署在edas环境里,ribbon负载均衡的配置在重启服务器的时候会报错
:
org.sp…
-
Are there any functionalities around ECS at this time?
Specifically we are looking at the possibility to integrate functionality into Spring Cloud Netflix Ribbon and Hystrix. The idea would be tha…
-
On my project we have an _UAA_ on same domain than _OAuth2 Sso_ (via `@EnableOauth2Sso`).
Moreover to easily deploy application on every possible environment we try to do not have any absolute URLs.
…
-
예시) Netflix OSS 와 Spring Cloud 를 기반한 MSA 아키텍처
![msa_full_hsnc](https://cloud.githubusercontent.com/assets/487999/23345853/9b2527d8-fcd7-11e6-91d1-daa4de5a6831.png)
# 비즈니스 요건과 솔루션
1. 디지털 공유 비즈니스로의…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hello,
When hystrix command properties are entering in bootstrap.yml file, error showing that hystrix.command unknown property. I am using spring boot 1.5.6 ( cloud Camden.SR5 release )
I am s…
-
I'm not sure it's bug or question and to which project it relates, but I've found this case trying spring cloud bus, so I decided to post here.
Problem is whenever refresh event is sent to bus all …