Skip to content

Commit

Permalink
test case 01, pipeline yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Oct 3, 2024
1 parent e4924fa commit 188ae1d
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions docs/test-cases/pipeline-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,28 @@ Recovery is not triggered when there is an error writing to a DLQ.
```yaml
version: "2.2"
pipelines:
- id: file-pipeline
status: running
name: file-pipeline
description: test pipline
connectors:
- id: source-connector
type: source
plugin: builtin:file
name: source-connector
settings:
path: "/tmp/file-destination.txt"
- id: destination-connector
type: destination
plugin: builtin:file
name: destination-connector
settings:
path: "/tmp/file-destination.txt"
dead-letter-queue:
plugin: "builtin:postgres"
- id: file-pipeline
status: running
name: file-pipeline
description: test pipline
connectors:
- id: chaos-src
type: source
plugin: standalone:chaos
name: chaos-src
settings:
readMode: error
- id: log-dst
type: destination
plugin: builtin:log
log: file-dst
dead-letter-queue:
plugin: "builtin:postgres"
settings:
table: non_existing_table_so_that_dlq_fails
url: postgresql://meroxauser:meroxapass@localhost/meroxadb?sslmode=disable
window-size: 3
window-nack-threshold: 2
```
**Steps**:
Expand Down

0 comments on commit 188ae1d

Please sign in to comment.