SandishKumarHN edited a comment on issue #3387: NIFI-6009 ScanKudu Processor & KuduPut Processor Delete Operation URL: https://github.com/apache/nifi/pull/3387#issuecomment-483523178 @granthenke @markap14 thanks for the awesome feedback. made changes according to the suggestions. Please review again. - Renamed package back to org.apache.nifi.processors.kudu, removed RowSerializer Class and added convertToJson method instead, removed ControlService, disabled exposing AsysnKuduClient and made changes to buildPartialRow. - Added AbstractKuduProcessor which handles kudu connections and put and scan operations - Have added OperationType to PutKudu with Options of (INSERT, UPDATE, UPSERT, DELETE) made it as a flowfile attribute so that incoming flowfile can decide which operation type to put in or use a single operation type.
---------------------------------------------------------------- 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
