Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Newbie ECF Discovery question

Hi Markus,

I thought file based discovery allowed only local discovery. Thank you
for clarification, I'll dig into topic today.

It's a simple architecture, so same subnet will do.

Regarding ServiceMix, changing container type to Equinox resolved some
errors and now I'm able to install ZooKeeper. Up to this time I used
default Felix since I'm familiar with Pax-Runner and everything worked
well until ZooKeeper was required.

For future reference, if anyone needs to run ECF in ServiceMix, here
is working feature file:
https://github.com/vandut/magisterka/blob/master/net.vandut.agh.magisterka/features/features.xml

I will keep this file up to date.

Konrad Bielak

2012/4/17 Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx>:
> On 04/16/2012 08:17 PM, Konrad Bielak wrote:
>> Hi,
>>
>> Sorry if this is really easy question but I spent entire day searching
>> for information...
>>
>> Given two Felix containers on remote machines, what is the easiest way
>> to allow ECF communication between them? It's straightforward when
>> they are on the same host, but I'm struck with discovery issue.
>>
>> I tried to follow http://wiki.eclipse.org/Zoodiscovery guide, but
>> ZooKeeper refuses to work with ServiceMix. It seems the only left
>> options are jmdns or jSLP, but I can't find any info on how to use
>> them.
>>
>> I wouldn't mind skipping discovery at all if there is a simple way to
>> connect two Felix containers (consumer/provider bundles) based only on
>> their machines IP addresses.
>
> Hi Konrad,
>
> what kind of network topology sits between both hosts? If both are on
> the same subnet, a multicast-based discovery provider like jmdns or jSLP
> will do. For wide-area discovery, you will need Zookeeper or DNS-SD.
> If hard-coded IPs are good enough, you might wanna look into file based
> discovery.
>
> Markus
>
> P.S.: What's the problem with Zookeeper and ServiceMix?
> _______________________________________________
> ecf-dev mailing list
> ecf-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ecf-dev



-- 
Konrad Bielak


Back to the top