Auth errors should break streams
Opened this issue · 0 comments
jmacd commented
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 open-telemetry/opentelemetry-collector-contrib#34827 provides users a suitable alternative.