refactor!: unify the option names across all components (#5457)

* refactor: rename grpc options

* refactor: make the arg clearly

* chore: comments on server_addr

* chore: fix test

* chore: remove the store_addr alias

* refactor: cli option rpc_server_addr

* chore: keep store-addr alias

* chore: by comment
This commit is contained in:
jeremyhi
2025-02-06 14:37:14 +08:00
committed by GitHub
parent 0e249f69cd
commit fac22575aa
29 changed files with 151 additions and 133 deletions

View File

@@ -15,7 +15,7 @@ type = 'File'
data_home = '{data_home}'
[grpc_options]
addr = '127.0.0.1:4001'
bind_addr = '127.0.0.1:4001'
runtime_size = 8
[procedure]