hellishfire opened a new issue #1371: URL: https://github.com/apache/incubator-brpc/issues/1371
这是brpc c++版本中的RpcRequestMeta proto定义 https://github.com/apache/incubator-brpc/blob/master/src/brpc/policy/baidu_rpc_meta.proto 这是brpc java版本的RpcRequestMeta proto定义 https://github.com/baidu/brpc-java/blob/master/brpc-java-communication/src/main/proto/baidu_rpc_meta.proto 对于RpcRequestMeta中field 7的定义,c++里是optional string request_id, java里是repeated RpcRequestMetaExtField ext_fields 跨语言的client/server通信中不会出兼容性问题么? @jamesge @wenweihu86 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
