oxsean commented on code in PR #13811:
URL: https://github.com/apache/dubbo/pull/13811#discussion_r1511198360


##########
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/h12/grpc/GrpcHttp2ServerTransportListener.java:
##########
@@ -119,6 +120,11 @@ protected RpcInvocation 
onBuildRpcInvocationCompletion(RpcInvocation invocation)
                             
getContext().getServiceDescriptor().getInterfaceName(),
                             getContext().getMethodName()));
         }
+        String consumerAppKey =

Review Comment:
   Could you please add it in 
`org.apache.dubbo.rpc.protocol.tri.h12.AbstractServerTransportListener#buildRpcInvocation`
   I think not only grpc need the consumerAppName.



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