otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

Move to the exporterhelper's batching process

Open jmacd opened this issue 6 months ago • 0 comments

The exporterhelper features a batching function that can nearly replace the concurrent batch processor in this repository. This issue is to track the eventual removal of concurrent batch processor in favor of the built-in exporterhelper batching functionality.

If the user has configured the persistent queue, this batching functionality is already ideal. When the user configures no queue or in-memory queue, we prefer the concurrent batch processor for reasons that will be eliminated, eventually.

jmacd avatar Aug 15 '24 22:08 jmacd