Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Later
-
2.0-M3
-
None
Description
When using batch consumers they poll multiple items from a given source.
Sometimes the source returns bad data or one of the entities have some bad data or the likes.
We should add an option to be able to skip/filter out/or create an exchange with an exception with the cause
So end users can remedy the issue and get moving.
See CAMEL-1869 for an example with camel-mail receiving mails that cannot be parsed on local JVM.