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

Zero Buffer Implementation and Tests #5416

Merged

Conversation

MohammedAghil
Copy link
Contributor

@MohammedAghil MohammedAghil commented Feb 5, 2025

Description

Added Zero Buffer Plugin Implementation and Tests.

  • PipelineRunner: Defined an interface for executing all processors and publishing to sinks. The functionality for this will be implemented in a future commit.
  • AbstractZeroBuffer: Added base class for zero buffer with the pipeline runner context
  • ZeroBuffer: Concrete implementation of AbstractZeroBuffer
  • ZeroBufferTests: Test cases for the ZeroBuffer to ensure correct functionality.
  • Added Zerobuffer as a Dataprepper plugin

Issues Resolved

Resolves [#5415]

Check List

  • New functionality includes testing.
  • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Mohammed Aghil Puthiyottil <57040494+MohammedAghil@users.noreply.github.com>
Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

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

Thank you @MohammedAghil . This is an exciting new feature!

…comments

Signed-off-by: Mohammed Aghil Puthiyottil <57040494+MohammedAghil@users.noreply.github.com>
Signed-off-by: Mohammed Aghil Puthiyottil <57040494+MohammedAghil@users.noreply.github.com>
Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

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

Thank you for this contribution!

@kkondaka kkondaka merged commit b3b6c65 into opensearch-project:main Feb 8, 2025
44 of 47 checks passed
@MohammedAghil MohammedAghil mentioned this pull request Feb 18, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants