[GitHub] [dubbo-samples] vio-lin opened a new pull request #120: Add Protobuf-Json generic reference demo for test google protobuf service.

2019-10-03 Thread GitBox
vio-lin opened a new pull request #120: Add Protobuf-Json generic reference demo for test google protobuf service. URL: https://github.com/apache/dubbo-samples/pull/120 Add Protobuf-Json generic reference demo for test google protobuf service. 1. Provide one way to support google

[GitHub] [dubbo-spring-boot-project] letrungtrung opened issue #610: Remove dependency for slf4j-log4j12

2019-10-03 Thread GitHub
Hello team, I'm very pleasure when using dubbo-spring-boot compile("org.apache.dubbo:dubbo-dependencies-zookeeper:$dubboSpringBootVersion") { exclude group: 'log4j', module: 'log4j' exclude group: 'org.slf4j', module: 'slf4j-log4j12' } [ Full content available at:

[GitHub] [dubbo-spring-boot-project] Non-Negative commented on issue #609: consume-service can't be started,with zookeeper registry

2019-10-03 Thread GitHub
这个问题解决了,原因是我的jdk 版本问题,我测试使用的jdk 是oracle 1.8.0_32 我将项目放到 centos 下 jdk 版本1.8.0_191,能够完美运行,猜测可能是jdk问题,于是在win10下使用一致的1.8.0_191 也能够运行项目。 [ Full content available at: https://github.com/apache/dubbo-spring-boot-project/issues/609 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo] CLAassistant commented on issue #4463: Add back compatible classes: ResponseFuture and FutureAdapter

2019-10-03 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4463) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5126: [Dubbo-5125] 修复provider在网络波动恢复后,无法正确恢复在zookeeper的注册信息 #5125

2019-10-03 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5126) All committers have signed the CLA. [ Full content available at: https://github.com/apache/dubbo/pull/5126 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo] CLAassistant commented on issue #3649: [Dubbo-3629] Fix ServiceConfig duplicate export produces misleading exception

2019-10-03 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=3649) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #4235: AMS realize dubbo Proxy

2019-10-03 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4235) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5126: [Dubbo-5125] 修复provider在网络波动恢复后,无法正确恢复在zookeeper的注册信息 #5125

2019-10-03 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5126) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CodingSinger commented on issue #5086: fix the bug can't subscribe the interface #5085

2019-10-03 Thread GitHub
> 这么做的话,zookeeper上短时间内删除和增加相同的节点会导致所有机器重新subcribe这些节点,会不会网络波动有点大? 谢谢反馈,但是没明白你的意思,这个改动只是新增了在节点被删除后对内部已订阅节点的缓存的清理,我觉得这是符合逻辑的,至于你说的上下线导致的网络流量过大这个问题,是zookeeper作为注册中心一直有的问题,和pr应该没啥直接联系。 [ Full content available at: https://github.com/apache/dubbo/pull/5086 ] This message was relayed via