Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
None
-
None
-
None
Description
These are some operators identified in Malhar-> lib -> io that are not fault tolerant:
1. JMS Output Operator
2. JMS Input Operators
3. Abstract FileInputOperator - Remove this from library and its subclasses. We have the directory based operator that can be extended or configured to process a single file and is fault tolerant
4. FTPInputOperator - Not a generic operator. Cannot be used as it is.
5. HTTP Input operators
6. SMTP operator
7. Remove DirectoryScanInputOperator as we have AbstractFSDirectoryInputOperator which is fault-tolerant and provides same functions.
8. test frame that verifies if operators are fault tolerant.