alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.91k stars 8.33k forks source link

spring-cloud-alibaba-dependencies 2.3.3 cannot be compatible with springcloud Hoxton.SR8 perfectly #1777

Open CoooderSan opened 4 years ago

CoooderSan commented 4 years ago

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 We recommend using English. If you are non-native English speaker, you can use the translation software.

Which Component eg. Nacos ,Dubbo

Describe the bug

2.3.0 2.3.3.RELEASE Hoxton.SR8 2.2.3.RELEASE I have a service that can't regist at nacos, but others suceeded. Dubbo version 2.7.8-release,Nacos version 1.3.2
zjpjohn commented 4 years ago

I also encountered a similar situation. I have two consumers and five providers, but only the providers can be started, and all consumers can't start it. The port is already binded. After observing the configuration of the provider, we configed dubbo.protocol.port= -1. In Dubbo 2.7.6, consumers do not need to configure, but in Dubbo 2.7.8, they need to configure.