Re: Service Now Connector Working Example

2020-12-08 Thread Andrea Cosentino
Hello, We still need to focus on the servicenow kafka connector. We are going ahead and trying to test as much as we can, but for third party service like servicenow is a bit complicated. Il giorno lun 7 dic 2020 alle ore 19:13 simon.pe...@sbb.ch < simon.pe...@sbb.ch> ha scritto: > Hi folks > >

Re: Salesforce Platform Events Subscription Retries

2020-12-08 Thread Andy Stebbing
Hi, That's correct, I have the route running normally with the firewall open, but then I close the firewall then I issue a route restart using the control bus. That's when the salesforce exception happens and if i open the firewall it refuses to attempt a resubscription even though I can clearly

Re: Filters option not available in Netty-http Component

2020-12-08 Thread Alex Luo
Yes sounds like it’s Jetty specific option. Thanks Alex Luo > On Dec 8, 2020, at 10:03 AM, Claus Ibsen wrote: > > Hi > > Okay so the jetty filter would then silently just drop incoming > requests if your custom filter would return false? > Its a custom jetty feature and not available in all

Re: Filters option not available in Netty-http Component

2020-12-08 Thread Claus Ibsen
Hi Okay so the jetty filter would then silently just drop incoming requests if your custom filter would return false? Its a custom jetty feature and not available in all other http components. On Tue, Dec 8, 2020 at 3:42 PM Alex Luo wrote: > > Hi Clause, > > We are using filters to validate

Re: Filters option not available in Netty-http Component

2020-12-08 Thread Alex Luo
Hi Clause, We are using filters to validate the incoming http request into netty-http Consumer. Only valid http requests can trigger the camel http flow. Inside the filters (i.e. doFilter() ) logic, we check the request's header Authorization information to authorize the incoming request. We

Re: Salesforce Platform Events Subscription Retries

2020-12-08 Thread Zoran Regvart
Hi Andy, I think I didn't understand your previous email correctly. Just to try to understand better is this how you tested: you blocked connections on the firewall, waited for the failure to establish connection and then unblocked on the firewall to see that the connection was reestablished but

RE: [EXTERNAL] Re: basic Auth options for camel netty http endpoint producer

2020-12-08 Thread Gv, Shivakumar
Thanks for your help. Regards, Shiva -Original Message- From: Zoran Regvart Sent: Tuesday, December 8, 2020 5:09 PM To: users@camel.apache.org Subject: [EXTERNAL] Re: basic Auth options for camel netty http endpoint producer *EXTERNAL SENDER* Hi Shiva, you should be able to pass the

Re: basic Auth options for camel netty http endpoint producer

2020-12-08 Thread Zoran Regvart
Hi Shiva, you should be able to pass the `Authorization` HTTP header as the same-named Camel Message header. On Tue, Dec 8, 2020 at 12:01 PM Gv, Shivakumar wrote: > > Hi Team, > > We wanted to used camel netty http client instead of camel - http . But we > are unable to set basic auth

basic Auth options for camel netty http endpoint producer

2020-12-08 Thread Gv, Shivakumar
Hi Team, We wanted to used camel netty http client instead of camel - http . But we are unable to set basic auth credentials on netty endpoint like in camel-http. Can you please let me know how we can set user, password and AuthMode in netty http. Camel-version= 3.4.0 Thanks, Shiva

Camel- http-3.4.0 cpu usage high

2020-12-08 Thread Gv, Shivakumar
Hi Team, We recently upgraded from camel 2.24.x to 3.4.0 , now we are facing perf issue with camel http client which is consuming more cpu . in 2.24.x it was very good. Below 2 classes are causing more cpu usage. org.apache.http.impl.io.SessionInputBufferImpl.stremRead()