-
Notifications
You must be signed in to change notification settings - Fork 79
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
[#238] Add divert func #236
base: master
Are you sure you want to change the base?
[#238] Add divert func #236
Conversation
- This transform should be useful for shunting off bad records to failure topics or other quick routing tasks - `sort-by` allows an arbitrary number of (un)ordered diverting Signed-off-by: Darin Douglass <[email protected]>
Signed-off-by: Darin Douglass <[email protected]>
I'm open to suggestions on naming; primarily, I'm not sure if EDIT: nevermind, I just combined the two functions. |
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 80.05% 80.09% +0.03%
==========================================
Files 42 42
Lines 2753 2758 +5
Branches 157 157
==========================================
+ Hits 2204 2209 +5
Misses 392 392
Partials 157 157
Continue to review full report at Codecov.
|
this pr has been replaced by this. feel free to close this pr (as i cannot). |
Implements [#238]
Checklist