chore: Rename MetaClientOpts to MetaClientOptions (#1075)

* fix: Serialize FrontendOptions to toml

* fix: Serialize DatanodeOptions to toml

* fix: Serialize StandaloneOptions to toml

See https://users.rust-lang.org/t/why-toml-to-string-get-error-valueaftertable/85903/2

* chore!: Rename MetaClientOpts to MetaClientOptions

BREAKING CHANGE: Change the meta_client_opts in the config file to
meta_client_options
This commit is contained in:
Yingwen
2023-02-24 16:28:38 +08:00
committed by GitHub
parent 819c990a89
commit f6e871708a
15 changed files with 76 additions and 41 deletions

View File

@@ -16,7 +16,7 @@ sync_write = false
type = 'File'
data_dir = '{data_dir}'
[meta_client_opts]
[meta_client_options]
metasrv_addrs = ['127.0.0.1:3002']
timeout_millis = 3000
connect_timeout_millis = 5000