Hi, I have a question about Storm Default Scheduler. The schedule() function is called when the topology is submitted to the Storm cluster for the first time. I assume that once the schedule() is called, it is called again only during rebalance (ie, if we add more worker nodes)
Does Storm call the schedule() again periodically for better reassignments when there is no rebalance or any change to the cluster? Thanks, Preethini
