-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: support additional processor injection from values #67
base: main
Are you sure you want to change the base?
Conversation
Can someone help to review this PR? |
This PR is stale because it has been open 60 days with no activity. |
It would be nice if this merge request is reviewed and merged. This is an important feature which should be supported. |
This PR is stale because it has been open 60 days with no activity. |
Bump (to remove stale action) |
This PR is stale because it has been open 60 days with no activity. |
This PR is stale because it has been open 60 days with no activity. |
Description:
Currently, there is no easy way to add more processors in the pipeline. With this PR, it can be done by injecting the values.
For instance, I want to exclude some namespaces, I can inject values like the below to make it work.
Link to tracking Issue:
Testing:
Documentation:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.