Abyss-lord opened a new issue, #6580: URL: https://github.com/apache/gravitino/issues/6580
### Describe the feature Currently, the CLI can specify the address of the service to connect to via the 'uri' parameter, otherwise http://localhost:8090 is used by default. We expect Gravitino to introduce HA mechanisms similar to Hive Metastore, ### Motivation _No response_ ### Describe the solution Add a new parameter. for example: ```property gravitino.server.webserver.uris = http://localhost:8090,http://localhost:8090 ``` and Add a polling mechanism to the 'GravitinoClientBase' class to automatically select the currently available Gravitino service as the target. ### Additional context _No response_ -- 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]
