Open
Description
Checklist
- I have looked into the README and have not found a suitable solution or answer.
- I have looked into the documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have upgraded to the latest version of OpenFGA and the issue still persists.
- I have searched the Slack community and have not found a suitable solution or answer.
- I agree to the terms within the OpenFGA Code of Conduct.
Description
When configuring the connectionTimeout
, it does not update the connection timeout on the HttpClient
.
Expectation
When the connectionTimeout
is configured, it should update the connection timeout on the HttpClient
.
Reproduction
- When
connectionTimeout
is configured onClientConfiguration
- The value is not propagated to the
HttpClient
instance created
OpenFGA SDK version
any
OpenFGA version
0.8.0
SDK Configuration
with connectionTimeout(Duration.ofSeconds(1))
Logs
No response
References
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog