0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C8,229 stars (8,229 stars)1,003 forks (1,003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium
- Issue type
- feature
- Research direction
- First, locate the yb admin source code in the repository (likely in the `bin/yb admin` or similar directory). Investigate how master addresses are currently being passed to yb admin (e.g., via command line arguments). Then, find examples of config file parsing in the codebase to mimic the pattern (e.g., using a library like boost::property tree for INI/JSON parsing). The server.conf file format needs to be inferred from existing documentation or sample config files. Implement a fallback mechanism that reads the master addresses from a server.conf file if no command line flags are provided.