Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connectTimeout configuration is not used #147

Open
6 tasks done
jimmyjames opened this issue Feb 13, 2025 · 0 comments
Open
6 tasks done

connectTimeout configuration is not used #147

jimmyjames opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jimmyjames
Copy link
Contributor

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

  1. When connectionTimeout is configured on ClientConfiguration
  2. 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

@jimmyjames jimmyjames added the bug Something isn't working label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant