2 Comments
User's avatar
Nicolas Duminil's avatar

Very nice example. As a Camel contributor, me too I'm looking often for realistic use cases for my workshops. The most difficult is to find the flow's starting point and, ln general, this is always an incoming XML or CSV set of files. But the idea of the RSS feed is great. and this is the first Camel example I'm seeing that uses it.

However, with your permission, I'd suggest that the Camel processor be refactored in a separate class or as a standalone Function, such that the Camel route becomes simpler, more focused on exchanges and more readable.

Expand full comment
Markus Eisele's avatar

Thank you! Great suggestion! Feel free to send a PR to the repository and I'll update the tutorial!

Expand full comment