-
首先非常感谢motan开源,顺便请问一下,看了下demo代码,感觉和dubbo差不多,请问motan和dubbo相比有什么优势?
-
12:20:00.989 [main] INFO info - NettyClient finish Open: url=motan://172.13.80.68:8002/com.zdmoney.assets.api.motan.FooService?group=default_rpc
12:20:00.992 [main] INFO info - DefaultRpcReferer nod…
-
Exception in thread "main" com.weibo.api.motan.exception.MotanServiceException: error_message: NettyResponseFuture task cancel: serverPort=localhost:8002 requestId=146285695919400002 interface=com.hua…
-
准备在公司的产品中使用motan,希望有更多的人一起交流
放这里可能不太合适,可以随时删掉这个issue。
-
如题,motan:service/ 里面自定义的filter属性好像没作用?
filter="com.xxx.filter.MotanFilter"
-
按照文档操作,我的consul启动命令 consul agent -dev ; 项目的配置文件配置连接到这个注册中心,服务可以正常注册,但是现实的服务状态一直是failing!
-
RequestIdGenerator 该类 请求获得id 是否存在溢出可能性?有可能出现到最大值后都是负数。
public class RequestIdGenerator {
private static volatile AtomicLong offset = new AtomicLong(0);
```
private static final ReentrantLock lo…
-
您好,如题,以后会支持Server端用java开始,client端用php调用吗?
-
Such as the title.
If it can, how to use it?
-
您好,
想在现有的SSH项目中加入motan,对外提供RPC接口
如何在SSH项目中配置呢?
web.xml怎么配置?