yanglimingcn commented on issue #692: Add Mysql Protocol, only support text 
protocol now, not support trans…
URL: https://github.com/apache/incubator-brpc/pull/692#issuecomment-480645467
 
 
   我考虑了一下,事务放在一次rpc里面可能支持的不够完善。比如这样的场景: 这个事务有三个操作,(1)查询记录1(2)根据1的查询结果,修改记录2。
   这种情景,用户可以根据一个事务的前几个语句对该事务后边的操作做一些逻辑判断,所以前边的结果得在事务结束前需要返回给用户。

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