You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Ephemeris Lappis <ep...@gmail.com> on 2022/09/30 07:08:41 UTC

Examples of working clustering with Camel "master" component

Hello.

Sorry to ask again for a similar topic : in a previous post I reported
that the ZooKeeper implementation of Camel Cluster Service doesn't
work because of missing dependencies (Curator).

Do you know a working configuration with another service
implementation that allows multiples instances of Karaf (ie. several
JVM or VM or containers or PODs, depending on the deployment choices)
to execute concurrent routes with safe consumers ?

Thanks in advance for your feedback.

Regards.

Re: Examples of working clustering with Camel "master" component

Posted by Alexandre Gallice <al...@gmail.com>.
Hi,

  I don't feel like this is the direction of Camel Quarkus. About other
runtimes, I'm not aware of other examples.

Cheers,
Alex

On Mon, Oct 3, 2022 at 2:30 PM Ephemeris Lappis <ep...@gmail.com>
wrote:

> Hello.
>
> Thanks for this example, but I'm afraid it's going to be more than we
> can do in the first step.
> I've already done some tests with the master component using a local
> file lock CamelClusterService : this give us an idea of the services
> that we have to set up to make routes running (With Fuse, the service
> was managed by the platform, and no reference was required).
>
> Have you another example using one of the "out of the shelf" services,
> that should be easier to test on a simple cluster with 2 Karaf into 2
> VM or 2 containers ?
>
> Thanks again.
>
> Regards.
>
> Le ven. 30 sept. 2022 à 09:26, Alexandre Gallice
> <al...@gmail.com> a écrit :
> >
> > Hi,
> >
> >   There is an example in camel-quarkus. It's not karaf/zookeeper related,
> > still could help one to see how camel master is intended to work:
> >
> >
> https://github.com/apache/camel-quarkus-examples/tree/main/cluster-leader-election
> >
> > hth,
> > Alex
> >
> > On Fri, Sep 30, 2022 at 9:11 AM Ephemeris Lappis <
> ephemeris.lappis@gmail.com>
> > wrote:
> >
> > > Hello.
> > >
> > > Sorry to ask again for a similar topic : in a previous post I reported
> > > that the ZooKeeper implementation of Camel Cluster Service doesn't
> > > work because of missing dependencies (Curator).
> > >
> > > Do you know a working configuration with another service
> > > implementation that allows multiples instances of Karaf (ie. several
> > > JVM or VM or containers or PODs, depending on the deployment choices)
> > > to execute concurrent routes with safe consumers ?
> > >
> > > Thanks in advance for your feedback.
> > >
> > > Regards.
> > >
>

Re: Examples of working clustering with Camel "master" component

Posted by Ephemeris Lappis <ep...@gmail.com>.
Hello.

Thanks for this example, but I'm afraid it's going to be more than we
can do in the first step.
I've already done some tests with the master component using a local
file lock CamelClusterService : this give us an idea of the services
that we have to set up to make routes running (With Fuse, the service
was managed by the platform, and no reference was required).

Have you another example using one of the "out of the shelf" services,
that should be easier to test on a simple cluster with 2 Karaf into 2
VM or 2 containers ?

Thanks again.

Regards.

Le ven. 30 sept. 2022 à 09:26, Alexandre Gallice
<al...@gmail.com> a écrit :
>
> Hi,
>
>   There is an example in camel-quarkus. It's not karaf/zookeeper related,
> still could help one to see how camel master is intended to work:
>
> https://github.com/apache/camel-quarkus-examples/tree/main/cluster-leader-election
>
> hth,
> Alex
>
> On Fri, Sep 30, 2022 at 9:11 AM Ephemeris Lappis <ep...@gmail.com>
> wrote:
>
> > Hello.
> >
> > Sorry to ask again for a similar topic : in a previous post I reported
> > that the ZooKeeper implementation of Camel Cluster Service doesn't
> > work because of missing dependencies (Curator).
> >
> > Do you know a working configuration with another service
> > implementation that allows multiples instances of Karaf (ie. several
> > JVM or VM or containers or PODs, depending on the deployment choices)
> > to execute concurrent routes with safe consumers ?
> >
> > Thanks in advance for your feedback.
> >
> > Regards.
> >

Re: Examples of working clustering with Camel "master" component

Posted by Alexandre Gallice <al...@gmail.com>.
Hi,

  There is an example in camel-quarkus. It's not karaf/zookeeper related,
still could help one to see how camel master is intended to work:

https://github.com/apache/camel-quarkus-examples/tree/main/cluster-leader-election

hth,
Alex

On Fri, Sep 30, 2022 at 9:11 AM Ephemeris Lappis <ep...@gmail.com>
wrote:

> Hello.
>
> Sorry to ask again for a similar topic : in a previous post I reported
> that the ZooKeeper implementation of Camel Cluster Service doesn't
> work because of missing dependencies (Curator).
>
> Do you know a working configuration with another service
> implementation that allows multiples instances of Karaf (ie. several
> JVM or VM or containers or PODs, depending on the deployment choices)
> to execute concurrent routes with safe consumers ?
>
> Thanks in advance for your feedback.
>
> Regards.
>