ivanallen commented on code in PR #3196:
URL: https://github.com/apache/brpc/pull/3196#discussion_r2694139046
##########
example/benchmark_fb/test.fbs:
##########
@@ -0,0 +1,24 @@
+namespace test;
+
+table BenchmarkRequest {
+ opcode:int;
+ echo_attachment:int;
+ attachment_size:long;
+ request_id:long;
+
+ reserved:long;
+ message:string;
+}
+
+table BenchmarkResponse {
+ opcode:int;
+ echo_attachment:int;
+ attachment_size:long;
+ request_id:long;
+ reserved:long;
+ message:string;
+}
+
+rpc_service BenchmarkService {
Review Comment:
flatc 应该是不支持 rpc_service 的,请问这里是怎么处理的?
--
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]