Class RoundRobinDispatchStrategy

java.lang.Object
io.camunda.zeebe.gateway.impl.broker.RoundRobinDispatchStrategy
All Implemented Interfaces:
RequestDispatchStrategy

public final class RoundRobinDispatchStrategy extends Object implements RequestDispatchStrategy
Return the next partition using a round robin strategy, but skips the partitions where there is no leader at the moment.