Closed
Description
Chunk listeners are not designed to throw exceptions. Exceptions must be handled in the implementation or the step will terminate. This is mentioned in the javadoc of TerminateOnExceptionChunkListenerDelegate
, but this class is private.
The section about ChunkListener
s in the reference documentation should be updated with this important detail.
References:
Activity
injae-kim commentedon Nov 17, 2023
Hi @fmbenhassine ! to resolve this issue, I made PR #4490 with proper unit test.
Can you simply check my PR? thanks! 🙇
Update missing information about error handling in ChunkListener
Update missing information about error handling in ChunkListener
Update missing information about error handling in ChunkListener