Skip to content

add batch processor deprecation warning#4648

Closed
frzifus wants to merge 1 commit into
open-telemetry:mainfrom
frzifus:batch-processor-deprecation-warning
Closed

add batch processor deprecation warning#4648
frzifus wants to merge 1 commit into
open-telemetry:mainfrom
frzifus:batch-processor-deprecation-warning

Conversation

@frzifus
Copy link
Copy Markdown
Member

@frzifus frzifus commented Jan 25, 2026

Description:

Link to tracking Issue(s):

  • Resolves: #issue-number

Testing:

Documentation:

@frzifus frzifus requested a review from a team as a code owner January 25, 2026 16:46
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
@frzifus frzifus force-pushed the batch-processor-deprecation-warning branch from eae0867 to ec4ffc2 Compare January 25, 2026 16:47
Comment thread apis/v1beta1/config.go

func (c *Config) ApplyDefaults(logger logr.Logger) ([]EventInfo, error) {
return c.applyDefaultForComponentKinds(logger, KindReceiver, KindExtension)
events, err := c.applyDefaultForComponentKinds(logger, KindReceiver, KindExtension)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the defaulter the best place to put this logic? I'd have expected it to live in the Validate methods and return an admission warning instead of an Event.

@iblancasa
Copy link
Copy Markdown
Contributor

I'm not sure about this because we have this PR in progress: open-telemetry/opentelemetry-collector#13583

@github-actions
Copy link
Copy Markdown
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions Bot added the stale label May 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions Bot closed this Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants