We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经过排查,dubbo 2.7.1的服务提供者,默认是持久的注册到zk上(2.6.*是临时的)。 除了“只订阅”功能失效,还有其他问题: 当修改service信息后,url也随之变化,结果同一个service在zk上存在多条注册记录。
目前,只能通过设置 <dubbo:service dynamic="true">来实现临时注册;请问还有全局的设置方法吗? 另外,请问为什么要永久的注册到zk上,而不是临时呢?
The text was updated successfully, but these errors were encountered:
通过 <dubbo:provider dynamic="true">来设置,但是最终会被 ServiceConfig.dynamic(false)覆盖掉,所以只能通过<dubbo:service dynamic="true">来设置?
Sorry, something went wrong.
Same issue here: #3785
Will be fixed in next release.
ok
No branches or pull requests
Environment
Steps to reproduce this issue
经过排查,dubbo 2.7.1的服务提供者,默认是持久的注册到zk上(2.6.*是临时的)。
除了“只订阅”功能失效,还有其他问题:
当修改service信息后,url也随之变化,结果同一个service在zk上存在多条注册记录。
目前,只能通过设置 <dubbo:service dynamic="true">来实现临时注册;请问还有全局的设置方法吗?
另外,请问为什么要永久的注册到zk上,而不是临时呢?
The text was updated successfully, but these errors were encountered: