tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

Support IPROTO_IS_SYNC #366

Open oleg-jukovec opened 8 months ago

oleg-jukovec commented 8 months ago

The Tarantool 3.0 allows to enforce transaction to be synchronous. We could support the feature.

See:

  1. https://github.com/tarantool/tarantool/issues/8650
  2. https://github.com/tarantool/tarantool/blob/03c184d4da9be9e1431762989833a6762a704cfb/src/box/iproto_constants.h#L218-L221