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: ingestion payload decoration capability #584

Closed
exalate-issue-sync bot opened this issue Nov 30, 2021 · 0 comments · Fixed by #690 or #691
Closed

vdk-core: ingestion payload decoration capability #584

exalate-issue-sync bot opened this issue Nov 30, 2021 · 0 comments · Fixed by #690 or #691
Assignees
Labels
area/vdk-core enhancement New feature or request

Comments

@exalate-issue-sync
Copy link

What is the feature request? What problem does it solve?
Implement mechanism for chaining ingestion plugins, purposed for payload decoration (modification) and ingestion. For example, Impala ingestion payload should be pre-processed, then sent via HTTP (reuse vdk-ingest-http).

Suggested solution
Add an IIngesterPlugin ingest_payload_decoration hook specification, similar to db_connection_decorate_operation. Consider reusing the ingestion router, for conditional evaluation

Acceptance criteria: Before sending for ingestion, payload modifications can be made via plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vdk-core enhancement New feature or request
Projects
None yet
2 participants