# Functions
Cache sets the cache for the remote dispatcher.
ConcurrencyLimits sets the max number of goroutines per operation.
DispatchChunkSize sets the maximum number of items to be dispatched in a single dispatch request.
MetricsEnabled enables issuing prometheus metrics.
NewClusterDispatcher takes a dispatcher (such as one created by combined.NewDispatcher) and returns a cluster dispatcher suitable for use as the dispatcher for the dispatch grpc server.
PrometheusSubsystem sets the subsystem name for the prometheus metrics.
RemoteDispatchTimeout sets the maximum timeout for a remote dispatch.
# Type aliases
Option is a function-style option for configuring a combined Dispatcher.