[
https://issues.apache.org/jira/browse/CAMEL-10138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381399#comment-15381399
]
Jayesh Prajapati commented on CAMEL-10138:
------------------------------------------
Hi [~davsclaus],
Appreciate your update and response to this request.
Presently restart app is what we are using. However, Idea is to give control of
updating mappings to end-user at runtime and for this restarting app is not a
good choice !
May be I have missed something here !! Why to add custom reload logic in 150+
camel components? I was looking for such support only in dataformat,
specifically beanio. I am happy to cast dataformat into BeanIODataFormat and
invoke reload API to avoid high impact on other camel components.
> beanio - add support for reload of mappings
> -------------------------------------------
>
> Key: CAMEL-10138
> URL: https://issues.apache.org/jira/browse/CAMEL-10138
> Project: Camel
> Issue Type: New Feature
> Components: camel-beanio
> Affects Versions: 2.17.1
> Reporter: Jayesh Prajapati
> Assignee: Claus Ibsen
> Priority: Minor
>
> In my project we are using SpringBoot (war) + Apache Camel + BeanIO for data
> integration purpose where first step is to implement data load from files
> (csv, excel, etc.) and produce extract in csv , pdf, excel, etc. format
> One of the important requirement is to be able to reload the routes and
> mapping configurations.
> Was able to reload the routes but couldn't find a way to reload beanio data
> format. I think there should be some provision in BeanIODataFormat to reload
> mappings.
> Have a look at the poc project etl @
> https://github.com/Jayeshecs/incubate/tree/etl
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)