hqbhoho commented on code in PR #7495:
URL: https://github.com/apache/gravitino/pull/7495#discussion_r2189411387
##########
clients/client-java/src/main/java/org/apache/gravitino/client/HTTPClient.java:
##########
@@ -69,6 +74,11 @@ public class HTTPClient implements RESTClient {
private static final String VERSION_HEADER =
"application/vnd.gravitino.v1+json";
+ @VisibleForTesting
+ static final String REST_CONNECTION_TIMEOUT_MS =
"rest.client.connection-timeout-ms";
+
Review Comment:
> using the name like:
>
> ```
> gravitino.client.connectionTimeoutMs
> ```
done
--
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]