Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.10.0
Description
We should not use the ForkJoinPool#commonPool() in order to run asynchronous operations in the Fabric8FlinkKubeClient as it is done here. Since we don't know which other component is using this pool, it can be quite dangerous to use it as there might be congestion.
Instead, I propose to provide an explicit I/O Executor which is used for running asynchronous operations.
Attachments
Issue Links
- links to