experimental: introduce experimental.connpool
This patch introduces the experimental.connpool module and the connect() function. This function returns the connection to the instance whose name is specified as the first argument to connect(). Part of #9842 NO_DOC=will be added later
Showing
- changelogs/unreleased/gh-9842-rpc-for-roles.md 4 additions, 0 deletionschangelogs/unreleased/gh-9842-rpc-for-roles.md
- src/box/CMakeLists.txt 2 additions, 0 deletionssrc/box/CMakeLists.txt
- src/box/lua/experimental/connpool.lua 60 additions, 0 deletionssrc/box/lua/experimental/connpool.lua
- src/box/lua/init.c 8 additions, 4 deletionssrc/box/lua/init.c
- test/config-luatest/rpc_test.lua 99 additions, 0 deletionstest/config-luatest/rpc_test.lua
Loading
Please register or sign in to comment