diff --git a/changes/feat-13434.en.md b/changes/feat-13434.en.md new file mode 100644 index 000000000..3d2c15f7b --- /dev/null +++ b/changes/feat-13434.en.md @@ -0,0 +1,6 @@ +Simplified `rpc` configs. + +- New config `rpc.server_port` is added to replace `rpc.tcp_server_port` and `rpc.ssl_server_port`. +- `rpc.tcp_client_num` is renamed to `rpc.client_num` since this config is for both TCP and SSL. + +The old config names are kept as aliases for backward compatibility.