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

vdk-core: Adopt 'method' argument in pre-process plugins #3074

Merged
merged 5 commits into from
Feb 19, 2024

Conversation

doks5
Copy link
Contributor

@doks5 doks5 commented Feb 2, 2024

As part of 03dde45, the pre_ingest_process and post_ingest_process hooks of the IIngesterPlugin were updated to pass the ingest method to user-implemented ingestion plugins.

This change updates the IngesterBase to pass the method argument from the ingested payloads to the pre_ingest_process and post_ingest_process hooks of the registered ingester plugins.

Testing Done: Updated tests

As part of 03dde45, the
`pre_ingest_process` and `post_ingest_process` hooks of the IIngesterPlugin were updated to pass the ingest
method to user-implemented ingestion plugins.

This change updates the IngesterBase to pass the `method` argument from the ingested payloads to the `pre_ingest_process`
and `post_ingest_process` hooks of the registered ingester plugins.

Testing Done: Updated tests

Signed-off-by: Andon Andonov <[email protected]>
Copy link
Collaborator

@dakodakov dakodakov left a comment

Choose a reason for hiding this comment

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

good to go.

@dakodakov dakodakov merged commit cd718ba into main Feb 19, 2024
7 checks passed
@dakodakov dakodakov deleted the person/andonova/ingester-base branch February 19, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants