Second version of Rosti's service discovery
Find a file
Adam Štrauch 5dd38b7f18
All checks were successful
Tests / test (push) Successful in 20s
Prometheus service discovery
2024-12-19 21:10:34 +01:00
.gitea/workflows node.json path instead of dir 2024-12-09 02:00:38 +01:00
.vscode Prometheus service discovery 2024-12-19 21:10:34 +01:00
api Prometheus service discovery 2024-12-19 21:10:34 +01:00
cli node.json path instead of dir 2024-12-09 02:00:38 +01:00
docs Initial commit 2024-12-08 02:30:07 +01:00
nodes Fix tests 2024-12-08 18:08:34 +01:00
refresher node.json path instead of dir 2024-12-09 02:00:38 +01:00
.gitignore Initial commit 2024-12-08 02:30:07 +01:00
go.mod Initial commit 2024-12-08 02:30:07 +01:00
go.sum Initial commit 2024-12-08 02:30:07 +01:00
README.md Initial commit 2024-12-08 02:30:07 +01:00
Taskfile.yml CGO_ENABLED to zero 2024-12-11 01:05:45 +01:00

Lobby 2 - simple service discovery

This is second version of my Lobby projects that doesn't require NATS. All clients uses single service discovery server that keeps track of their presence.

Each instance, except its liveness can share labels which describe what's hosted on this instance and that can used by others instances for various things. There is also a simple KV store for additional info.