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

Configure the delay in the random string source #3601

Closed
dlvenable opened this issue Nov 8, 2023 · 0 comments · Fixed by #3602
Closed

Configure the delay in the random string source #3601

dlvenable opened this issue Nov 8, 2023 · 0 comments · Fixed by #3602
Labels
enhancement New feature or request
Milestone

Comments

@dlvenable
Copy link
Member

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

I want to test pushing more data through Data Prepper. I'd like to make the random source support a configurable wait time.

Describe the solution you'd like

Add a new wait_delay field to the random source that takes a duration value.

simple-test-pipeline:
  workers: 2
  delay: "5000"
  source:
    random:
      wait_delay: 1ms
  sink:
    - stdout:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant