Project Info

WhatWhere
Source codehttps://bitbucket.org/amdatulabs/amdatu-etcd

Introduction

A collection of services and utilities on top of and Etcd backend.

Configurator

Monitors and provisions configuration stored in Etcd to ConfigAdmin.

  1. Monitors the entries in a configurable directory in Etcd.
  2. The name of an entry is the PID of the component to configure.
  3. For factory configurations, the key is appended with "-somename".

PID: com.amdatu.rti.configurator

Locking/Election

Provides leader election

PID: com.amdatu.rti.locking.election