XiaoFeiASK commented on PR #3618: URL: https://github.com/apache/dubbo-go/pull/3618#issuecomment-5237534105
新增修改: - filter/generic/service.go 问题:protobuf 被描述为 protobuf-json 的 legacy alias,实际使用 Map/Hessian 语义。 修复:更新 InvokeWithType 注释,明确 protobuf 为 legacy Map/Hessian mode。 影响:避免错误理解 protobuf 与 protobuf-json 的序列化行为。 - internal/config_test.go 问题:对 protobuf 的包含断言会被 protobuf-json 意外满足。 修复:使用正则匹配独立的 protobuf 配置项。 影响:确保配置校验错误信息明确包含 legacy protobuf 支持项。 -- 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]
