You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 todb_connection_decorate_operation
. Consider reusing the ingestion router, for conditional evaluationAcceptance criteria: Before sending for ingestion, payload modifications can be made via plugins.
The text was updated successfully, but these errors were encountered: