Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The InitDelayingTopologyEventListener currently uses a scheduler to schedule the delay. However this creates a strong dependency on the scheduler and might delay the event to an uncertain point in time as the pool of the scheduler might be exhausted atm.
For these schedules, it's better to use javas timer class.