You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Korus
The framework seems interesting. What is the difference between
PipelineTask and Process?
i have an application that monitors a directory for new CSV files.
each file might have 1000...N records. I need to load the files as the
come in and process each record along chain of actions. Currently, i
am using a mixture of threads and apache chain. would it be a good
move to change the implementation to use Korus? Should I use Process
or PipelineTask? how would i go about this implementation?