Snow-kal opened a new pull request, #3506: URL: https://github.com/apache/dubbo-go/pull/3506
### Description 修改内容 本 PR 对齐了 Triple 协议的泛化调用模式判断逻辑。 - 新增对 generic=bean 的支持,使其能够识别为 Triple 泛化调用并使用 NewTripleInvoker。 - 保留 generic=protobuf 的兼容能力,将其明确为 legacy alias。 - 明确推荐新配置使用 generic=protobuf-json,而不是 protobuf。 - 补充并同步 isGenericCall 测试,覆盖:bean 及大小写变体; - protobuf legacy alias 及大小写变体; - false、random、json 等非法 generic mode。 issue https://github.com/apache/dubbo-go/issues/3472 ### Checklist - [ ] I confirm the target branch is `develop` - [ ] Code has passed local testing - [ ] I have added tests that prove my fix is effective or that my feature works -- 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]
