You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/09 18:12:03 UTC

[GitHub] [nifi] SandishKumarHN commented on issue #3387: NIFI-6009 ScanKudu Processor & KuduPut Processor Delete Operation

SandishKumarHN commented on issue #3387: NIFI-6009 ScanKudu Processor & KuduPut Processor Delete Operation
URL: https://github.com/apache/nifi/pull/3387#issuecomment-481369490
 
 
   @granthenke that's a fantastic review, will update PR with suggested changes.
   
   @markap14 
   
   1) added Kudu Controller Service to reuse Kudu client connection's code and have a single Kudu client for multiple Kudu Processor in a pipeline. I thought Its an early stage for PutKudu Processor good time to make change 
   2) Will rename back to org.apache.nifi.processors.kudu
   3) we could have a separate DeleteKudu processor, reason for adding DELETE in Put processor to overcome particular race condition. i.e CDC operations, with a separate Kudu Delete Processor INSERT would go first and next coming DELETE would drop inserted records or vice-versa.
   
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services