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 2022/08/09 15:45:32 UTC

[GitHub] [dubbo] BurningCN opened a new issue, #10429: Question about ModuleServiceRepository

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

   I want to ask why the value of the first two maps is List? According to my understanding kv should be one to one(想问下前两个map的value为什么是List?按照我的理解kv应该是一对一的)
   
   ![image](https://user-images.githubusercontent.com/43363120/183697044-277bab36-3427-4a8e-85b8-7fa62ae467b4.png)
   


-- 
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 #10429: Question about ModuleServiceRepository

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

   service => In a multi-classloader scenario, there may be two interfaces with different service descriptors.
   consumer => Dubbo supports multiple consumers, that is, multiple linseners can be created on the same service.
   provider => Dubbo only supports exporting one service in the same context. Otherwise, Dubbo will not be able to distinguish which service the request belongs to.


-- 
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] BurningCN commented on issue #10429: Question about ModuleServiceRepository

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

   Thank you, looking at the todo here, there is no `classloader` dimension added to the access of services. Does it need to be improved?
   ![image](https://user-images.githubusercontent.com/43363120/183912086-713827bb-9ef6-4a73-9324-24390b151c99.png)
   


-- 
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] AlbumenJ commented on issue #10429: Question about ModuleServiceRepository

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

   > Thank you, looking at the todo here, there is no `classloader` dimension added to the access of services. Does it need to be improved? ![image](https://user-images.githubusercontent.com/43363120/183912086-713827bb-9ef6-4a73-9324-24390b151c99.png)
   
   yep, if possible


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