The OTLP exporter can export one request at a time, as it blocks the component.
Exporter components will want a standardized way to support a number of concurrent exports. In the OpenTelemetry Collector, exporterhelper supports a num_consumers configuration, expressing the number of parallel consumers reading from the input queue.