Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a delay processor to put a delay in the processor for debugging and testing #3938

Closed
dlvenable opened this issue Jan 10, 2024 · 0 comments · Fixed by #3939
Closed
Assignees
Labels
plugin - processor A plugin to manipulate data in the data prepper pipeline.
Milestone

Comments

@dlvenable
Copy link
Member

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

Sometimes we want to test pipelines with a delay after pulling events from the buffer. I found this helpful for working on #3937 for example.

Describe the solution you'd like

Create a new delay processor.

processor:
  - delay:
       for: 500ms
@dlvenable dlvenable added the plugin - processor A plugin to manipulate data in the data prepper pipeline. label Jan 10, 2024
@dlvenable dlvenable added this to the v2.7 milestone Jan 10, 2024
@dlvenable dlvenable self-assigned this Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin - processor A plugin to manipulate data in the data prepper pipeline.
Projects
Development

Successfully merging a pull request may close this issue.

1 participant