Class RoundRobinActivateJobsHandler

java.lang.Object
io.camunda.zeebe.gateway.impl.job.RoundRobinActivateJobsHandler
All Implemented Interfaces:
ActivateJobsHandler, Consumer<ActorControl>

public final class RoundRobinActivateJobsHandler extends Object implements ActivateJobsHandler
Iterates in round-robin fashion over partitions to activate jobs. Uses a map from job type to partition-IDs to determine the next partition to use.