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

pool: get status of an instance via WATCH_ONCE #380

Closed oleg-jukovec closed 6 months ago

oleg-jukovec commented 7 months ago

At now we make evals on the server side to get an instance status. It requires execute access for a user. We could use WATCH_ONCE instead for servers that support it. It will allow us to require fewer rights from the user.