Re: Filters option not available in Netty-http Component

2020-12-07 Thread Claus Ibsen
Hi What do you want to do, eg what do you need a filter for? On Mon, Dec 7, 2020 at 10:46 PM Alex Luo wrote: > > We are trying to use netty-http component for exposing REST Http endpoint. > But we find out netty-http doesn't have filters (Consumer) opton. It is > available in Jetty component. >

Re: Salesforce Platform Events Subscription Retries

2020-12-07 Thread Andy Stebbing
Hi, I had the firewall closed during the restart, that's why the connection problems occurred when I issued a control bus restart of the route. After it fails I opened the firewall rule and I could see a new HTTP connection but the subscription part doesn't retry as it just gives up. Since I can't

Re: How to choose a camel component for Http Endpoint Producer and / or Consumer

2020-12-07 Thread Alex Luo
Thanks JB. I got it. Alex On Mon, Dec 7, 2020 at 1:40 AM Jean-Baptiste Onofre wrote: > Hi, > > It depends of the features you need and the dependencies. > > For instance, Camel Jetty is "large" but provide a good set of features > (it’s used internally in some other components like the salesfor

Re: How to choose a camel component for Http Endpoint Producer and / or Consumer

2020-12-07 Thread Alex Luo
Thanks Claus. I got it. Alex On Mon, Dec 7, 2020 at 1:46 AM Claus Ibsen wrote: > On Mon, Dec 7, 2020 at 7:40 AM Jean-Baptiste Onofre > wrote: > > > > Hi, > > > > It depends of the features you need and the dependencies. > > > > For instance, Camel Jetty is "large" but provide a good set of fea

Filters option not available in Netty-http Component

2020-12-07 Thread Alex Luo
We are trying to use netty-http component for exposing REST Http endpoint. But we find out netty-http doesn't have filters (Consumer) opton. It is available in Jetty component. What is the alternative of filters option in netty-http? Thanks. -- Sincerely, Alex

Service Now Connector Working Example

2020-12-07 Thread simon.pe...@sbb.ch
Hi folks We would like to use the Service Now Connector, to connect Kafka to Service Now. We are using the Camel Version 0.6.0. However, there seems to be an error, when sending the data to the server. "org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unreco

Re: How to choose a camel component for Http Endpoint Producer and / or Consumer

2020-12-07 Thread Zoran Regvart
Hi Alex, there are many things to consider aside from performance, most notably the ergonomics of using and later maintaining / troubleshooting issues All of these components provide good overall performance, with some exceptions and the amount of tuning one is willing to perform. My goto componen

Re: Salesforce Platform Events Subscription Retries

2020-12-07 Thread Zoran Regvart
Hi Andy, just to double check, you did lift the firewall rule to allow the traffic? The `Connection refused` error points to firewall dropping packets. zoran On Sun, Dec 6, 2020 at 11:52 PM Andy Stebbing wrote: > > I did try the restartClient() call at the position you mentioned, but > it didn't