Snow-kal commented on code in PR #3507:
URL: https://github.com/apache/dubbo-go/pull/3507#discussion_r3652112049


##########
protocol/triple/triple.go:
##########
@@ -151,7 +151,7 @@ func (tp *TripleProtocol) Refer(url *common.URL) 
base.Invoker {
        // Use NewTripleInvoker for:
        // 1. New protoc-gen-go-triple stub code (has ClientInfoKey)
        // 2. Non-IDL mode (IDLMode == NONIDL)
-       // 3. Generic call (generic=true/gson/protobuf/protobuf-json)
+       // 3. Generic call (generic=true/gson/protobuf-json/bean, or legacy 
protobuf)

Review Comment:
   已更改 目前是protobuf 只用于让 Triple 走 $invoke 调用,不会改成 protobuf-json。这样可以保持原来的 
Hessian/Map 调用方式,避免字符串或 Map 被当成 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]

Reply via email to