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/01 03:14:06 UTC

[GitHub] [dubbo-go] williamfeng323 opened a new issue #1288: Dubbogo Metadata path is inconsistence with Dubbo.

williamfeng323 opened a new issue #1288:
URL: https://github.com/apache/dubbo-go/issues/1288


   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   When generating the file path, it should encode the interface instead of decoding it. Moreover, current logic will cause multiple services to use the same path because when the decode failed, it will return an empty string. No unique path can be guaranteed for services.
   ![image](https://user-images.githubusercontent.com/10667771/124058773-9a916b80-da5c-11eb-9847-16e51d1559ad.png)
   
   **What you expected to happen**:
   getFilePathKey function in base_metadata_identifier.go should return strings like "metadata/org.apache.pkg.mockService/1.0.0/Group/provider/a/b/c"
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


-- 
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-go] LaurenceLiZhixin closed issue #1288: Dubbogo Metadata path is inconsistence with Dubbo.

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1288:
URL: https://github.com/apache/dubbo-go/issues/1288


   


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