[#238] Add divert func#236
Open
bn-darindouglass-zz wants to merge 7 commits into
Open
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 <ddouglass@barracuda.com>
Signed-off-by: Darin Douglass <ddouglass@barracuda.com>
Author
|
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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements [#238]
Checklist