Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Hi all,
I'm currently working on this new Camel component: https://github.com/oscerd/camel-chunk
This component allows for processing a message using a Chunk template. Chunk is a templating Java library released under Apache License 2.0. You can find more information here: http://www.x5software.com/chunk/examples/ChunkExample
Looking at the results of some tests Chunk seems to be very fast and I think it might be another solution to be added to existing components (Mustache, Velocity, FreeMarker etc.).
I'd like to have some feedbacks from the developers community and from the Committers before submitting a pull request on the Camel master branch.
Thanks in advance and let me know your opinion.
Edit: I've submitted a PR with the new component.
Bye,
Andrea