You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "shaonianxingzhong (via GitHub)" <gi...@apache.org> on 2023/06/09 02:54:34 UTC

[GitHub] [dubbo] shaonianxingzhong opened a new issue, #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。

shaonianxingzhong opened a new issue, #12483:
URL: https://github.com/apache/dubbo/issues/12483

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


Re: [I] 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。 [dubbo]

Posted by "shaonianxingzhong (via GitHub)" <gi...@apache.org>.
shaonianxingzhong closed issue #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。
URL: https://github.com/apache/dubbo/issues/12483


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] wegod commented on issue #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。

Posted by "wegod (via GitHub)" <gi...@apache.org>.
wegod commented on issue #12483:
URL: https://github.com/apache/dubbo/issues/12483#issuecomment-1584255110

   另外在consumer端,dubbo:reference上可以增加<dubbo:parameter key="migration.step" value="FORCE_APPLICATION" /> 设置强制使用应用级或者接口级服务


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] finefuture commented on issue #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。

Posted by "finefuture (via GitHub)" <gi...@apache.org>.
finefuture commented on issue #12483:
URL: https://github.com/apache/dubbo/issues/12483#issuecomment-1584114336

   现在支持既注册接口级,也注册应用级,可以在迁移完成后再切到应用级注册


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] wegod commented on issue #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。

Posted by "wegod (via GitHub)" <gi...@apache.org>.
wegod commented on issue #12483:
URL: https://github.com/apache/dubbo/issues/12483#issuecomment-1584253405

   配置两个dubbo:registry就可以了,在registry上一个设置register-mode="instance",一个设置register-mode="interface",然后dubbo:service上registry可以按需设置一个或多个


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] songxiaosheng commented on issue #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。

Posted by "songxiaosheng (via GitHub)" <gi...@apache.org>.
songxiaosheng commented on issue #12483:
URL: https://github.com/apache/dubbo/issues/12483#issuecomment-1583992406

   频繁的修改配置风险会不会更大,提供者是接口级消费者默认情况就是接口级


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] shaonianxingzhong commented on issue #12483: 从Dubbo2.5.9版本升级到Dubbo3.2版本时,为降低升级风险;服务注册时能否支持部分服务按照节点级注册,部分服务按照接口级注册。

Posted by "shaonianxingzhong (via GitHub)" <gi...@apache.org>.
shaonianxingzhong commented on issue #12483:
URL: https://github.com/apache/dubbo/issues/12483#issuecomment-1586441540

   @wegod @songxiaosheng @finefuture @ulinkwo 感谢各位大佬的解答!!但是,整个公司内部框架版本升级是一个比较长的周期,同时注册中心负载压力较大,想尽可能地将部分接口服务尽可能地采用节点级注册。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org