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: [email protected] With regards, Apache Git Services
