Armin Aschoff created NIFI-9701:
-----------------------------------
Summary: ListSFTP creates separate flowfiles when recordwriter is
defined and Listing Strategy is "No Tracking"
Key: NIFI-9701
URL: https://issues.apache.org/jira/browse/NIFI-9701
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.15.3
Environment: Linux / GCP
Reporter: Armin Aschoff
SFTP server has multiple files in nominated directory.
Configure ListSFTP with a recordwriter and Listing Strategy of "Tracking
Entities", ListSFTP creates a single flowfile with content containing records
of all found entities. This is as expected.
Then, by simply changing the Listing Strategy to "No Tracking", ListSFTP
creates one flowfile per found entity. This should not happen - ListSFTP
should still produce only one flowfile with content containing records of all
found entities.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)