[ 
https://issues.apache.org/jira/browse/CAMEL-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649177#comment-13649177
 ] 

Chris Geer commented on CAMEL-3723:
-----------------------------------

Would this affect the ResourceHelper class (or replace it) so that resources 
can be loaded from places like ZooKeeper? I have a need to be able to load 
files into camel components from zookeeper and those components currently use 
ResourceHelper to load the files but only support file://, httpd:// and 
classpath://
                
> Camel properties component - Add support for pluggable scheme
> -------------------------------------------------------------
>
>                 Key: CAMEL-3723
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3723
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.6.0
>            Reporter: Claus Ibsen
>             Fix For: 3.0.0
>
>
> We should change the API so end user can more easily add 3rd party resolvers 
> based on scheme.
> Then they can add JNDI, zookeeper, or any other 3rd party they like.
> Currently you kinda have to delegate to the existing resolvers. It would be 
> easier to have a Set of scheme that's supported.
> And then use the order they are defined in the location as a chain to resolve 
> a property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to