程序员大目
程序员大目
添加全量同步功能
目前想将erueka切换成nacos,eureka上的服务比较多,按照目前的做法,得一个服务一个服务配置,配得要吐啊。建议添加全量同步功能。
How to exclude a BootstrapConfiguration class ? For example, There is a class in the spring.factories like below: (B.T.W This file is in a jar file which is made by...
As the title. I use Spring Cloud LoadBalancer, but When I call `/actuator/caches` , It just shows json like below: ```json { "cacheManagers": {} } ``` **I think It Should...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version 2.3.0; 2.2.0 ### Minimal reproduce step root@df063bf88c13:/data# redis-cli -h kvrocks -p...
Now, I must annotate ThriftField on a public field or a getter method, like below: ```java @Data @ThriftStruct public class TestRes { @ThriftConstructor public TestRes(ResultCode code, BaseResp baseResp) { this.code...