Class RequestRetryHandler

java.lang.Object
io.camunda.zeebe.gateway.impl.broker.RequestRetryHandler

public final class RequestRetryHandler extends Object
When a requests to a partition fails, request will be retried with a different partition until all partitions are tried. The request is retried only for specific errors such as connection errors or resource exhausted errors. The request is not retried for time outs.