You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each component of the pipeline should be responsible for persisting "sensitive" data upon failures, restarts etc.
Describe the solution you'd like
I look at this as a matter of stateful vs stateless components. Stateful components should persist their state during shutdown if a storage extension is available. There may be a case for formalizing a declaration of statefulness so that we can more easily enforce standards like this. e.g. Add a flag to consumer.Capabilities or metadata.yaml files. @djaglowski
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
michalpristas
changed the title
each component of the pipeline should be responsible for persisting "sensitive" data
Each component of the pipeline should be responsible for persisting "sensitive" data
Aug 15, 2024
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
No response
Is your feature request related to a problem? Please describe.
followup to #31074
Each component of the pipeline should be responsible for persisting "sensitive" data upon failures, restarts etc.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: