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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to