config: split iproto.advertise to several options
In brief: * client -- for external clients * peer -- for connections within the cluster, in particular for replicas * sharding -- for routers and a rebalancer See the instance_config.lua file for the details. Part of #8810 NO_DOC=the old behavior was not released, the documentation request will be registered manually NO_CHANGELOG=see NO_DOC
Showing
- doc/examples/config/etcd/local.yaml 3 additions, 1 deletiondoc/examples/config/etcd/local.yaml
- doc/examples/config/replicaset.yaml 3 additions, 1 deletiondoc/examples/config/replicaset.yaml
- src/box/lua/config/applier/box_cfg.lua 16 additions, 14 deletionssrc/box/lua/config/applier/box_cfg.lua
- src/box/lua/config/instance_config.lua 86 additions, 31 deletionssrc/box/lua/config/instance_config.lua
- test/config-luatest/basic_test.lua 14 additions, 5 deletionstest/config-luatest/basic_test.lua
- test/config-luatest/cluster_config_schema_test.lua 5 additions, 1 deletiontest/config-luatest/cluster_config_schema_test.lua
- test/config-luatest/helpers.lua 0 additions, 5 deletionstest/config-luatest/helpers.lua
- test/config-luatest/instance_config_schema_test.lua 42 additions, 25 deletionstest/config-luatest/instance_config_schema_test.lua
- test/luatest_helpers/server.lua 12 additions, 4 deletionstest/luatest_helpers/server.lua
Loading
Please register or sign in to comment