Using master with zookeeper cluster service fails

2022-09-27 Thread Ephemeris Lappis
Hello. I'm trying to port to Karaf some bundles that we run today on Red-Hat Fuse that provides a "master" component to handle concurrent consumers. I've configured a Camel Cluster Service based on the ZooKeeper implementation, exposed a service in a bundle, and then I reference this service in t

Re: Using master with zookeeper cluster service fails

2022-09-27 Thread Grzegorz Grzybek
Hello wt., 27 wrz 2022 o 09:16 Ephemeris Lappis napisał(a): > Hello. > > I'm trying to port to Karaf some bundles that we run today on Red-Hat > Fuse that provides a "master" component to handle concurrent > consumers. > Which version of Red Hat Fuse are you using? Version 6 has very sensitive/

Re: Using master with zookeeper cluster service fails

2022-09-27 Thread Ephemeris Lappis
Hello. The versions are the following : Karaf 4.4.1 Camel 2.25.4 (so the same for camel-master, camel-zookeeper, and so on) The curator version that is linked to these versions is 2.12.0 : 113 │ Active │ 50 │ 2.12.0 │ Curator Client 114 │ Active │ 50 │ 2.12.0 │ Cura

Re: Using master with zookeeper cluster service fails

2022-09-27 Thread Grzegorz Grzybek
Hello wt., 27 wrz 2022 o 10:44 Ephemeris Lappis napisał(a): > Hello. > > The versions are the following : > > Karaf 4.4.1 > Camel 2.25.4 (so the same for camel-master, camel-zookeeper, and so on) > > The curator version that is linked to these versions is 2.12.0 : > 113 │ Active │ 50 │ 2.12

Re: how to create Camel HTTP route with async handling

2022-09-27 Thread chiochuan
Hi,I looking with async components that can do like below Flowchart Maker & Online Diagram Softwareviewer.diagrams.netWhich the http component can wait for callback before responding back to the request ThanksOn 26 Sep 2022, at 11:18 PM, Jeremy Ross wrote:The REST component as well.https://camel.

Re: Using master with zookeeper cluster service fails

2022-09-27 Thread Ephemeris Lappis
Hello. Thanks for your explanations. As I'm not sure the best way for us now should be doing our own changes on camel-zookeper, curator and so on, could you advise about an alternative Cluster Service that actually works with master, and that I can use, at least for tests (jgroups for example) ?

Re: how to create Camel HTTP route with async handling

2022-09-27 Thread ski n
With the Jetty component you set the option: *continuationTimeout* to 0 which means it will never expire (default is 30 seconds). When you use a JMS Broker (like ActiveMQ) there also an option to set the request Timout ( https://camel.apache.org/components/3.18.x/jms-component.html) and for Kafka