Go to file
Evan Hazlett 4879821486
minor tweak to logging
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2018-06-30 15:38:49 -04:00
README.md initial commit 2018-06-04 12:40:04 -04:00
agent.go add subscribe for node events 2018-06-09 13:28:25 -04:00
config.go add Config func 2018-06-07 01:17:03 -04:00
delegate.go initial commit 2018-06-04 12:40:04 -04:00
events.go initial commit 2018-06-04 12:40:04 -04:00
peers.go initial commit 2018-06-04 12:40:04 -04:00
register.go initial commit 2018-06-04 12:40:04 -04:00
service.go initial commit 2018-06-04 12:40:04 -04:00
shutdown.go initial commit 2018-06-04 12:40:04 -04:00
start.go minor tweak to logging 2018-06-30 15:38:49 -04:00

README.md

Element

Element handles simplified clustering among nodes. It handles peer management (joins, expiry, etc) as well as exposing GRPC services and publishing the GRPC endpoint address for each node throughout the group. This enables services to be built using element and allow simple publishing of the GRPC endpoints to other nodes for accessing the services.