-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send acknowledgements to source when events are forwarded to remote p…
…eer (#4305) Send acknowledgements to source when events are forwarded to remote peer Signed-off-by: Krishna Kondaka <[email protected]> Co-authored-by: Krishna Kondaka <[email protected]>
- Loading branch information
Showing
16 changed files
with
155 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
25 changes: 25 additions & 0 deletions
25
...ore/src/test/resources/multiple_disconnected_pipeline_valid_off_heap_buffer_with_acks.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# this configuration file is solely for testing formatting | ||
test-pipeline-1: | ||
source: | ||
file: | ||
path: "/tmp/file-source.tmp" | ||
buffer: | ||
test_off_heap: | ||
sink: | ||
- pipeline: | ||
name: "test-pipeline-2" | ||
test-pipeline-2: | ||
source: | ||
pipeline: | ||
name: "test-pipeline-1" | ||
sink: | ||
- file: | ||
path: "/tmp/todelete2.txt" | ||
test-pipeline-3: | ||
source: | ||
file: | ||
path: "/tmp/file-source2.tmp" | ||
sink: | ||
- file: | ||
path: "/tmp/todelete.txt" | ||
|
24 changes: 24 additions & 0 deletions
24
data-prepper-core/src/test/resources/multiple_pipeline_valid_off_heap_buffer_with_acks.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# this configuration file is solely for testing formatting | ||
test-pipeline-1: | ||
source: | ||
file: | ||
path: "/tmp/file-source.tmp" | ||
buffer: | ||
test_off_heap: | ||
sink: | ||
- pipeline: | ||
name: "test-pipeline-2" | ||
test-pipeline-2: | ||
source: | ||
pipeline: | ||
name: "test-pipeline-1" | ||
sink: | ||
- pipeline: | ||
name: "test-pipeline-3" | ||
test-pipeline-3: | ||
source: | ||
pipeline: | ||
name: "test-pipeline-2" | ||
sink: | ||
- file: | ||
path: "/tmp/todelete.txt" |
This file contains 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
This file contains 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