open-telemetry/otel-arrow

Propagate wrapped errors through concurrent batch processor

Closed this issue · 0 comments

The concurrent batch processor countedError does not have an Unwrap() method, which makes it unable to propagate errors through itself. This is, therefore, part of #227.