Open hariso opened 1 year ago
The source connector is reading all lines on each change.
--- version: 1.0 pipelines: pipeline1: status: running name: pipeline1 description: 'file source, file destination' connectors: file-source: type: source plugin: "builtin:file" name: file-source settings: path: /home/haris/projects/other/conduit-utils/file-source.txt file-destination: type: destination plugin: "builtin:file" name: file-destination settings: path: /home/haris/projects/other/conduit-utils/file-destination.txt
Expected behavior: Only the new line appears in the destination file.
Actual behavior: All the lines in the source file are added to the destination file.
{ "version": "v0.4.0-nightly.20221201", "os": "linux", "arch": "amd64" }
I was using the Sublime text editor to edit the source file. When using echo, this issue is not reproduced. It looks like Sublime is always overwriting a file when saving it.
echo
Bug description
The source connector is reading all lines on each change.
Steps to reproduce
Expected behavior: Only the new line appears in the destination file.
Actual behavior: All the lines in the source file are added to the destination file.
Version
{ "version": "v0.4.0-nightly.20221201", "os": "linux", "arch": "amd64" }