lordgamez commented on a change in pull request #1191:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1191#discussion_r728131988



##########
File path: extensions/aws/processors/ListS3.h
##########
@@ -73,6 +73,10 @@ class ListS3 : public S3Processor {
     return core::annotation::Input::INPUT_FORBIDDEN;
   }
 
+  bool isSingleThreaded() const override {

Review comment:
       For the List operation it's not really necessary as all the S3 
parameters are set in the onSchedule phase (although I don't think any S3 
operations will be done in parallel). But all the other AWS and Azure 
processors should be single threaded.




-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to