Open
Description
The Tarantool 3.0 allows to enforce transaction to be synchronous. We could support the feature.
See:
- Please add possiblity to set is_sync=true in box.begin to enforce transaction to be synchronous tarantool#8650
- https://github.com/tarantool/tarantool/blob/03c184d4da9be9e1431762989833a6762a704cfb/src/box/iproto_constants.h#L218-L221
- https://github.com/tarantool/tarantool/blob/e95b746860df8797471a680559f60ba746d0e635/src/box/lua/net_box.c#L1404-L1410