msharee9 commented on issue #604: MINIFICPP-926 Create nanofi tailfile processor for tailing file by configurable chunk size URL: https://github.com/apache/nifi-minifi-cpp/pull/604#issuecomment-508077479 Created nanofi tailfile processor to tail file by configurable chunk size. Refactored existing code. 1. Created a file ecu.c that contains on_trigger_<processor> callbacks. 2. Separated out the callback implementations from the file containing main function for each processor. The callbacks can be invoked in unit tests to test out the processor as a whole. 3. Renamed the previous mixed mode tail file implementation to log_aggregator.
---------------------------------------------------------------- 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
