oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
194 stars 40 forks source link

No Way to Configure a Non-Default Executor #50

Closed Michael-A-McMahon closed 2 years ago

Michael-A-McMahon commented 2 years ago

Oracle R2DBC uses the common ForkJoinPool (FJP) by default. For some systems, this is not ideal as the FJP threads may be abused with blocking or long running operations.

It would be valuable if Oracle R2DBC allowed a non-default Executor to be configured.