Checklist
Describe the problem you'd like to have solved
OpenFgaClient creates a new executor on client batch api request
|
var executor = Executors.newScheduledThreadPool(maxParallelRequests); |
We can't configure thread pool to support virtual thread or graceful shutdown.
Describe the ideal solution
Use injected executor or provide customizer
Alternatives and current workarounds
No response
References
No response
Additional context
No response
Checklist
Describe the problem you'd like to have solved
OpenFgaClient creates a new executor on client batch api request
java-sdk/src/main/java/dev/openfga/sdk/api/client/OpenFgaClient.java
Line 616 in a7fa884
We can't configure thread pool to support virtual thread or graceful shutdown.
Describe the ideal solution
Use injected executor or provide customizer
Alternatives and current workarounds
No response
References
No response
Additional context
No response