LeungGeorge opened a new issue #713: rpc_press 压测时 proto中变量收不到数据?
URL: https://github.com/apache/incubator-brpc/issues/713
 
 
   proto定义如下:
   message MyRequest {
     required string my_type = 1;
     required bytes req_str = 2;
   };
   
   请问我执行 ./rpc_press  时,input中的json对应的字段 req_str 改如何赋值?
   我现在使用
   1.  json字符串(转以后)服务端收不到该字段;
   2. 使用  json字符串(转以后) 对应的base64也收不到该字段;

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to