TheR1sing3un commented on PR #7732:
URL: https://github.com/apache/paimon/pull/7732#issuecomment-4407438756

   > What I want to confirm is, is there a problem with the Java SDK?
   
   Checked the Java side too — same problem actually.
   
   `RESTCatalogOptions (paimon-api/.../rest/RESTCatalogOptions.java)`  exposes 
`URI / token / DLF / user-agent` only — no `timeout / retry / keep-alive` 
options. All HTTP behaviour is hardcoded in `HttpClientUtils.createBuilder()
   (paimon-api/.../rest/HttpClientUtils.java:54-66)`: 3min timeouts, 5 retries, 
100 connections, single retry counter (no connect/read split).
   
   And `DEFAULT_HTTP_CLIENT` there is a public static final singleton with no 
plumbing from options, so a Java user hitting the cluster-network case I 
mentioned would have the same workaround need we have.
   
   Happy to mirror the same option set on the Java side as a follow-up PR 


-- 
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