You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "exceptionfactory (via GitHub)" <gi...@apache.org> on 2023/06/27 19:49:25 UTC

[GitHub] [nifi] exceptionfactory commented on pull request #6918: NIFI-11129 - adding PutMongoBulk processor to use the bulkWrite API

exceptionfactory commented on PR #6918:
URL: https://github.com/apache/nifi/pull/6918#issuecomment-1610120758

   > @exceptionfactory
   > 
   > > On the other hand, the conditionals inside the onTrigger method perform significantly different operations. Is the goal to support a combination of insert, update, and delete operations in a single execution? This is generally counter to most other Processors.
   > 
   > We already have something similar in the Elasticsearch package where you can do a very complex set of bulk operations from a single flowfile with PutElasticsearchRecord.
   
   Thanks for the reference @MikeThomsen, that is a helpful comparison. With that in mind, does it make sense to align this Processor to something more record-oriented, as opposed to requiring JSON?


-- 
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-unsubscribe@nifi.apache.org

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