Dmitry Sharonov
Dmitry Sharonov
Currently nginx module supports only credential-less guest access to tarantool. It would be useful to support built-in tarantool auth, so we could utilize permission restrictions and so on.
https://github.com/tarantool/cartridge-java/blob/dcdf47f7500d578e851f18b8fbedbb995f960910/src/main/java/io/tarantool/driver/cluster/BinaryDiscoveryClusterAddressProvider.java#L59
Since packages (tgz/rpm) built upon Enterprise SDK are self-sufficient, it would be nice to ship cartirdge cli along with tarantoolctl. Starting from cli 2.3 support operations scenarios (such as `cartridge...
Use-case: there is a sharded cluster of ~50 tarantools, 12 vshard-routers. User wants to be able to reconnect to another noe smoothly (if the first one goes down). It is...
.../.rocks/share/tarantool/luatest/http_response.lua:31: bad argument #1 to 'decode' (string expected, got nil)
Currently, `/up` http handler provides unclear error messages when something goes sour (basically, 500 with "something went wrong text"). It would be nice to have detailed error report (which migration...