go-tarantool
go-tarantool copied to clipboard
Tarantool 1.6+ connector for Go language
Hello! Now decimal and UUID values aren't decoded in packets. For example, if I have space with one field of type 'uuid', packets which I get from joining with snap...
Hi! Have you thought about adding automatic metrics collection such as https://github.com/segmentio/kafka-go does? Probably, it could be a good improvement for the library
Hi, I'm trying to get the information about an instance calling a function `box.info` or returning 'box.info.replication'. As a result I got the error like that: "Error decoding packet type...
box.session.push() in 1.10 impements a new iproto command, IPROTO_PUSH. Please add support for it.
Current error handling scheme is inconvenient and requires additional wrapping on go-tarantool package's client For example - it is not possible to call errors.Is(err, context.Canceled) because of the current implementation....
Hi! I love this feature of "mimicing a Tarantool replication slave and get on-the-fly data updates from the Tarantool master". The only thing I don't understand is what should I...