-
## Describe the bug
Pull the latest code from GitHub, compile and start locally, and write a spring cloud demo, Nacos for the registry
When I request the demo API through the gateway, the follow…
-
when you use eureka in your spring-cloud project ,please add next config:
spring.cloud.consul.enabled=false
必须禁用它
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Add selector to websocket plugin, then throw JsonSyntaxException.
### Expected Beh…
-
在项目的1.0版本中,我们使用了SpringCloud Config来统一管理所有微服务的外部配置,但是忽略了项目维护当中外部配置更改时相关微服务无法自动感知配置更改的问题。
现拟引入消息总线的技术,通过广播机制完成相关微服务的自动刷新配置功能。
-
如题
我现在的做法是将spring的配置文件放到了nacos上面,可以通过logging:config:classpath:log4j2.xml之低昂配置文件的路径到编译目录下,但是我的想法是做到将配置文件放到nacos上,实现动态修改。不知现在nacos是否支持,如果支持,我该怎么实际应用
For example
My current practice is to put the …
-
I have install nacos(stand-alone) in my k8s cluster and can visite it through the web page.now I deploy my business service to k8s,pod is running,but can not register to nacos ,the logs contain these …
gdlbl updated
3 years ago
-
使用ConfigService类,configService.publishConfig发布配置到配置中心返回200
但是配置中心文件并没有写入新内容
个人排查思路:
编译nacos Server源码,debug模式下发现jdbc模板执行execute返回true,但是配置文件还是没有写入成功
解决方案:
自定义名称空间,不是默认public名称空间是可以成功写入或者更新配置文件…
-
@lidongdongli commented on [Tue Jun 02 2020](https://github.com/alibaba/nacos/issues/2941)
问题一:
使用
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-config
…
-
## Bug Report
#### Current Behavior
Stack trace
```java
2020-07-23 22:29:50,920 [http-nio2-8080-exec-128] ERROR com.paytm.pgplus.redis.RedisBridgeWorker.get():94 {REQUEST_ID=159552…
-
**Describe the bug**
Spring Boot : 2.4.2
Spring Cloud : 2020.0.0
spring-cloud-config-dependencies : 3.0.1
When we start a ConfigServer with spring-cloud-starter-bus-kafka + spring-boot-starter-…