Advanced topics
- Manually deleting output files from ITE applications
- Sometimes you need to manually delete the files output by the application to give it a fresh restart.
- Getting data streams for debugging
- When you develop your application with the framework, you need to examine internal data streams to see whether the behavior and the values are as expected.
- Getting statistics data
- The framework collects statistics data and provides several statistics data outputs.
- Delaying the initialization of an ITE application
- When it is necessary for your application to delay the initialization until other parts of your solution are initialized, you use the startup control file.
- Ensuring processing of files
- In a running production system, you occasionally encounter the condition that incoming data cannot be enriched as the enrichment data is not using the latest data updates.
- Using Resilience Optimization
- When you run your application, you occasionally encounter unexpected error conditions, for example a file that is deleted while being processed, or a custom business logic that accesses data arrays out of bounds.
- Optimize the file processing throughput
- If you require faster file processing per chain, then you can optimize the throughput by adding an thread to the processing chain.
- Improve the performance in variant C
- You can improve the file processing throughput by fusing the operators of the chain with the corresponding group operators.