You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/07/13 11:42:38 UTC

[GitHub] [dubbo] Cczzzz opened a new issue #8284: How to route based on metadata by use spring cloud and nacos

Cczzzz opened a new issue #8284:
URL: https://github.com/apache/dubbo/issues/8284


   If I want route by nacos metadata。In AbstractLoadBalance and  AbstractRouter ,I can not get  metadata from (List<Invoker<T>> invokers, URL url, Invocation invocation) 
   what should I do?


-- 
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] Cczzzz commented on issue #8284: How to route based on metadata by use spring cloud and nacos

Posted by GitBox <gi...@apache.org>.
Cczzzz commented on issue #8284:
URL: https://github.com/apache/dubbo/issues/8284#issuecomment-881150648


   if i want modify nacos metadata at runtime。
   `private final MultiValueMap<String, URL> allExportedURLs = new LinkedMultiValueMap<>();`
   will modified to Thread safe。


-- 
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] Cczzzz commented on issue #8284: How to route based on metadata by use spring cloud and nacos

Posted by GitBox <gi...@apache.org>.
Cczzzz commented on issue #8284:
URL: https://github.com/apache/dubbo/issues/8284#issuecomment-881150100


   it is not support ?
   add nacos metadata to  
   `private final MultiValueMap<String, URL> allExportedURLs = new LinkedMultiValueMap<>();`
   in class DubboServiceMetadataRepository。
   put  nacos metadata in url  parameters。
   How about this?
   
   	


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