tfeda commented on issue #479:
URL: https://github.com/apache/arrow-ballista/issues/479#issuecomment-1329986302

   On a similar note, [TiKV](https://github.com/tikv/tikv) exclusively uses cli 
arguments in their server binary for the "important" configuration items in 
addition to config files and environment variables for "lesser" configurations.
   
   For example, gRPC configurations would be included as cli flags with the 
current configuration system. I'm proposing they'd exclusively be tweaked with 
the environment or a properties file since they're not generally changed often 
when starting up the servers.
   
   I think that would keep executables' man pages clean as more configurations 
are added.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to