experimental: introduce filter()
This patch introduces the filter() function in the experimental.connpool module. The function takes options containing some constraints as the only argument and returns an array of instance names that satisfy those constraints. Part of #9842 NO_DOC=will be added later
Showing
- changelogs/unreleased/gh-9842-rpc-for-roles.md 2 additions, 0 deletionschangelogs/unreleased/gh-9842-rpc-for-roles.md
- src/box/lua/experimental/connpool.lua 58 additions, 0 deletionssrc/box/lua/experimental/connpool.lua
- test/config-luatest/rpc_test.lua 107 additions, 0 deletionstest/config-luatest/rpc_test.lua
Please register or sign in to comment