Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
We have clientId, callId and retryCount in RpcRequestHeaderProto. However, we only have callId but not clientId and retryCount in RpcResponseHeaderProto.
It is useful to have clientId and retryCount in the responses for applications like rpc proxy server.