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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to