marklogic / nifi

Mirror of Apache NiFi to support ongoing MarkLogic integration efforts
https://marklogic.github.io/nifi/
Apache License 2.0
12 stars 23 forks source link

Added some docs and did some renaming in PutMarkLogic #193

Closed rjrudin closed 1 year ago

rjrudin commented 1 year ago

Also moved the logic for transferring all "success" FlowFiles outside the block that performs the "batch success" transfer. In practice, the change should never matter - i.e. we always expect to find a FlowFile for the first WriteEvent in a batch. But in theory, that may not happen, and we wouldn't want that to prevent every other WriteEvent in the batch from being processed.