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

Auth errors should break streams

Open jmacd opened this issue 5 months ago • 0 comments

In the current receiver code path, an Auth error allows the stream to survive but does not apply the request to its stream state. This will lead to downstream corruption or errors, and should be fixed.

Also note that https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34827 provides users a suitable alternative.

jmacd avatar Sep 06 '24 17:09 jmacd