Open simerplaha opened 2 years ago
Schedular uses java.util.Timer which runs on a background Thread not created by the configured compaction ExecutionContext.
Schedular
java.util.Timer
Thread
ExecutionContext
Use Futures to implement a simple Schedular instead of using a Timer.
Future
Timer
Schedular
usesjava.util.Timer
which runs on a backgroundThread
not created by the configured compactionExecutionContext
.Use
Future
s to implement a simpleSchedular
instead of using aTimer
.