Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Etcd-Based Discovery Provider

Revision as of 15:14, 11 September 2014 by Unnamed Poltroon (Talk) (Created page with "As per enhancement request [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440824 440824], recently a new ECF discovery provider has been created, based upon the etcd server/se...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

As per enhancement request 440824, recently a new ECF discovery provider has been created, based upon the etcd server/service. See the etcd github project here for specifics about the etcd project.

Getting and Building the ECF Etcd Discovery Provider

The ECF Etcd Discovery Provider is currently available as one of ECF's github repositories. The etcd provider repository is here.

ECF does not currently build this provider, but this is something that could be done in the near future (fall 2014) if there is sufficient interest and some support for the necessary build and test configuration on ECF's build server. If you are able/willing to contribute to make this happen, please communicate with the project team by joining and posting to the ecf-def mailing list.

The ECF Etcd Discovery Provider is the project org.eclipse.ecf.provider.etcd in the bundles subdirectory. This is an Eclipse project and may be built via Eclipse Kepler or newer. Note that there is also a PDE feature project available in features/org.eclipse.ecf.provider.etcd.feature.

Running the ECF Etcd Discovery Provider

As with other discovery providers, the ECF Etcd Discovery Provider is configured properties.

Back to the top