FoghostCn commented on issue #600:
URL: https://github.com/apache/dubbo-go-pixiu/issues/600#issuecomment-2016656779

   1. 兼容性问题:之前的实现 path 是 `/${appName}/${className}/${method}/${version}` 
,新的实现会是 `/${appName}/${className}/${method}`,version 放到 header 里,会和之前的版本不兼容性
   2. 目前的应用级实现是通过元数据接口补全了全部信息的,是不是可以和接口级实现进行统一,这样就不用前缀匹配了,避免出现 pixiu 这边 path 
校验通过了,请求后端 dubbo 服务的时候发现没有方法这种 case
   


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