Skip to content

connectTimeout configuration is not used #147

Open
@jimmyjames

Description

@jimmyjames

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions