Re: camel file component writing to persistent volume

2019-09-25 Thread Onder SEZGIN
ok. for reference this link helped me experiment locally. https://developers.redhat.com/blog/2017/04/07/adding-persistent-storage-to-the-container-development-kit-3-0/ fyi On Wed, Sep 25, 2019 at 1:54 PM Onder SEZGIN wrote: > yes i consider kubernetes though i am using OCP(locally to experieme

Re: camel file component writing to persistent volume

2019-09-25 Thread Onder SEZGIN
yes i consider kubernetes though i am using OCP(locally to experiement a bit), my consideration was to mount a persistent volume which would be accessible from any pods in the cluster so that i can use that directory to share such a state of the application pods in the cluster. so plain file compon

Re: camel file component writing to persistent volume

2019-09-22 Thread Claus Ibsen
Hi The file component just use the java file api so whatever it can access you can use. Since you ask about persistence volumes do you think about kubernetes? On Fri, Sep 20, 2019 at 11:59 AM Onder SEZGIN wrote: > > Hi, > > is there any example where camel-file component is accessing persistent