Github user apiri commented on the pull request:

    https://github.com/apache/nifi/pull/213#issuecomment-195173926
  
    @mans2singh Yep.  I think we can probably replace the number of items in a 
batch size (or make this secondary to the buffer size).  The idea would be to 
continuously grab FlowFiles until we've reached this threshold and then when 
the next item arrives that would put us over that limit, we transfer it back to 
the incoming queue session.transfer(flowFile) **note the lack of 
relationship**.  We can then create the batch much the same way you have done 
now.  Does that make sense?
    
    Thanks for your work on this (and all the other great AWS stuff, very 
popular extensions), and apologies for the lag on following up again on this 
issue.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to