You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
Makefile | 4 years ago | |
Protobuild.toml | 4 years ago | |
README.md | 4 years ago | |
agent.go | 4 years ago | |
config.go | 4 years ago | |
delegate.go | 4 years ago | |
element.pb.go | 4 years ago | |
element.proto | 4 years ago | |
events.go | 4 years ago | |
health.go | 3 years ago | |
peers.go | 4 years ago | |
shutdown.go | 4 years ago | |
start.go | 4 years ago |
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.