[All SDKs] Document that we recommend having a single instantiated instance of OpenFgaClient
rhamzeh opened this issue · 0 comments
rhamzeh commented
Some folks have been re-building the OpenFGA client before every request, that leads to an unnecessary amount of additional work that leads to additional perceived latency.
We should clearly state in the README of every SDK that the client should be initialized once and then re-used
- JS SDK
- Go SDK
- .NET SDK
- Python SDK
- Java SDK