Regarding ingress controller or service loadbalancer Camel K

2019-11-21 Thread Pablo Portillo
Hi Guys, kindly requesting your help with this question, im trying to expose an API using Camel K, and Camel Restlet on GKE by executing this command: kamel run RestRoute.java --depende ncy=camel-rest --dependency=camel-restlet -n dev --dev But this command just creates the deployment and the ser

Re: Requesting your help about Gsheets component

2019-11-14 Thread Pablo Portillo
> [2] > https://github.com/apache/camel/tree/master/components/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets > > On Thu, Nov 14, 2019 at 6:16 PM Pablo Portillo > wrote: > > > > Hi guys, can you please shared with me an example about Gsheets > component? > > > > Thanks! > > > > -- > Zoran Regvart >

Requesting your help about Gsheets component

2019-11-14 Thread Pablo Portillo
Hi guys, can you please shared with me an example about Gsheets component? Thanks!

Re: Issues with Camel K and Telegram component

2019-11-07 Thread Pablo Portillo
Thanks a lot! El jue., 7 nov. 2019 11:55 a. m., Claus Ibsen escribió: > I think it was RC3 or thereabouts, its only for Camel 3 though > > On Thu, Nov 7, 2019 at 6:52 PM Pablo Portillo > wrote: > > > > Thnks Claus!, since which version do you change this? just as a >

Re: Issues with Camel K and Telegram component

2019-11-07 Thread Pablo Portillo
gt; > > On Thu, Nov 7, 2019 at 3:36 PM Pablo Portillo > wrote: > > > > Sorry about that Claus, this is the error: > > > > [1] Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to > > resolve endpoint: telegram://bots/ removing the token

Re: Issues with Camel K and Telegram component

2019-11-07 Thread Pablo Portillo
}, sending message back")) .to("telegram:bots/removing the token "); } } On Thu, 7 Nov 2019 at 08:30, Claus Ibsen wrote: > Hi > > I cannot see the two pictures you may have attached to this email. > > > On Thu, Nov 7, 2019 at 3:07 PM Pablo Portillo > wrote: >

Issues with Camel K and Telegram component

2019-11-07 Thread Pablo Portillo
Hi Guys, i'm exploring Camel K operator with GKE in google cloud and im having issues with the telegram operator, just as a reference the same code works smoothly using Spring Boot. This is based on one of your amazing videos in dev nation! Thanks a lot for all the innovation guys! So this is the