dubbo3
dubbo3 copied to clipboard
Dubbo3: distributed RPC framework from Alibaba Dubbo2
Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 4.3.18.RELEASE to 4.3.29.RELEASE. Release notes Sourced from spring-framework-bom's releases. v4.3.29.RELEASE :star: New Features PropertiesLoaderSupport should ignore socket/connect exceptions as well #25722 Refine use of substring operations #25515...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
dubbo维护
dubbo开始维护了,你这边的dubbo3是不是铺垫啊
现在transporter 默认走的还是netty3哦 还是需要配置下netty4的
mvn test
单元测试无法通过,是否有bug
java.lang.UnsupportedOperationException: com.alibaba.com.caucho.hessian.io.OptionalDeserializer 请求协助!
byte-buddy性能更好,而且社区更活跃,详细请参考: https://zeroturnaround.com/rebellabs/testing-the-performance-of-4-java-runtime-code-generators-cglib-javassist-jdk-proxy-byte-buddy/
dubbo2中的负载均衡基本都是robbin的。 我想问一下是否,可以实现主从服务结构。即, * 设置主从两个节点 * 正常情况下,只消费主服务 * 当主服务崩溃,dobbo自动降级主服务,升级从服务为主服务。 谢谢。
1. redis 有密码如何配置呢? 2. 如何不侵入代码的形式修改dubbo服务的版本号? 场景:开发服务器已经启动了一套服务,20个模块。 开发功能,需要调用5个模块,只改其中的一个,另外4个想调用默认的服务器上的服务。 用@注入的方式,感觉很不方便,容易修改版本号后,直接提交了,想在统一的一个地方管理
消费者的web页面第一次能进去,重新刷新页面的时候就报错了 Caused by: com.alibaba.dubbo.remoting.TimeoutException: Waiting server-side response timeout. start time: 2017-05-06 13:01:13.745, end time: 2017-05-06 13:01:14.747, client elapsed: 2 ms, server elapsed: 1000 ms, timeout: 1000 ms, request: Request [id=90,...