-
mac java-version
java version "12.0.1" 2019-04-16
Java(TM) SE Runtime Environment (build 12.0.1+12)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)
构建
[ERROR] Failed …
-
属性文件里设置:admin.registry.group=henry1
服务查询时,服务出来里。但是点击服务测试的时候失败里,提示找不到provider发现去找dubbo分组下的provider。经过调试发现RegistryConfig的group是空的。我在代码加里一句话就好了,见图:
```java
public class GenericServiceImpl {
priva…
-
Nacos integrates with springcloud, and web pages only show service-consumer,I hope nacos can show the invocation relationship between services and some operation and maintenance problems, such as ser…
-
dubbo 2.7.2 使用zk 作为存储metadata 的时候 ,
存储位置是 /dubbo/metadata/x.api.DemoService/provider/xx-provider
dubbo-admin 中 取meat 信息的位置是 /dubbo/metadata/x.api.DemoService/provider/xx-provider**/service.data**…
-
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project dubbo-admin-server: Compilation failure: Compilation failure:
[ERROR] /Users/…
-
due to other reason , i can't use jdk1.8 . so i have to choose 4.0.0.
```
io.kubernetes
client-java
4.0.0
```
when i run ` mvn clean comp…
-
编写一个dubbo服务, 如何更优雅,更直观的测试? 比如我们平时开发一个接口就在postman或者利用浏览器就能测试, dubbo呢 ? 用什么工具测试优雅直观? 谢谢
-
dubbo引入netty4之后, 有没有处理线程模型的问题?
业务线程执行以下代码, name字段不是volatile, 根据happens-before原则, 在序列化层可能看不到name值.
User user = new User(); //business thread
user.setName("admin");
channel.write(user);
...
enc…
-
I want to get all the services by dubbo-admin Service Search function,but what I get is only 25 services of all the total 420 services. the picture is below:
[cannot get all the services](https://gi…
-
使用mvn clean package编译时报错,请问该如何解决
[ERROR] /D:/incubator-dubbo-admin-develop/dubbo-admin-server/src/main/java/org/apache/dubbo/admin/service/impl/MetrcisCollectServiceImpl.java:[22,32] 找不到符号
[ERROR] …