Skip to content

Support enabling specific experimental plugins #5675

@dlvenable

Description

@dlvenable

Is your feature request related to a problem? Please describe.

Data Prepper added the @Experimental annotation in 2.11. Presently, all experimental plugins are enabled or not.

I'd like to enable specific experimental plugins.

Describe the solution you'd like

Add this configuration:

experimental:
  enabled:
    source:
      - rss
      - neptune
    processor:
      - ml_inference

Describe alternatives you've considered (Optional)
N/A

Additional context

Original issue for experimental plugins: #2695

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions