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

[GitHub] [dubbo] iJIAJIA opened a new issue, #12630: Reference Level MigrationStep Logic

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

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   <!-- For all design discussions please continue. -->
   从[官方文档](https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/upgrades-and-compatibility/service-discovery/service-discovery-samples/)来看, 是支持Reference级别的MigrationStep配置的.


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #12630: Reference Level MigrationStep Logic

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

   下面这块是为了设置一个默认值呀


-- 
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


Re: [I] Reference Level MigrationStep Logic [dubbo]

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ closed issue #12630: Reference Level MigrationStep Logic 
URL: https://github.com/apache/dubbo/issues/12630


-- 
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


Re: [I] Reference Level MigrationStep Logic [dubbo]

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

   Fix in https://github.com/apache/dubbo/pull/13237


-- 
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] iJIAJIA commented on issue #12630: Reference Level MigrationStep Logic

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

   step = Enum.valueOf(MigrationStep.class,
                   consumerURL.getParameter(MIGRATION_STEP_KEY, getDefaultStep(consumerURL, step.name())));
   看逻辑这里才会去ReferenceConfig里获取migration.step这个参数值, 缓存之后下一个ReferenceConfig里获取的就是上个ReferenceConfig里的值了. 目前这边有个场景是部分Reference需要声明FORCE_APPLICATION, 不使用默认的APPLICATION_FIRST.


-- 
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