What is the recommended practice for using a dedicated ExecutionContexts
inside Flink code?

We are making some external network calls using Futures. Currently all of
them are running on the global execution context (import
scala.concurrent.ExecutionContext.Implicits.global).

Thanks
-Soumya

Reply via email to