ottobackwards commented on a change in pull request #257: URL: https://github.com/apache/plc4x/pull/257#discussion_r739581790
########## File path: plc4j/integrations/apache-nifi/nifi-plc4x-processors/src/main/java/org/apache/plc4x/nifi/Plc4xSourceRecordProcessor.java ########## @@ -154,11 +163,24 @@ public void onTrigger(final ProcessContext context, final ProcessSession session } }); PlcReadRequest readRequest = builder.build(); - PlcReadResponse readResponse = readRequest.execute().get(10, TimeUnit.SECONDS); + final FlowFile originalFlowFile = fileToProcess; resultSetFF = session.write(resultSetFF, out -> { try { Review comment: @chrisdutz still looking for your feedback here Chris -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org