Replies: 2 comments 1 reply
-
Some arguments like listen ip address can only be determined at runtime and vary in instance, they need to be able to set by argument. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it is an non-trivial breaking change, as we could see that many of our CI scripts are using arguments, maybe we should take several weeks for migration, besides in databend-meta there do not have much configurations in config file, we could rely on arguments for much readable configurations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Databend has so many configs that it's nearly impossible for users to config them by args.
How about removing them all (except
--config
)?After this change, users can only config by databend by config files and env.
Beta Was this translation helpful? Give feedback.
All reactions