feat: add Agones allocation client

This commit is contained in:
Josh Creek
2026-09-01 09:49:09 +01:00
parent 4bbaf0976f
commit 931e51a647
4 changed files with 223 additions and 2 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
acquisition and multi-region probe population remain.
- [ ] **IN PROGRESS:** Durable allocator registry now records READY GameServer
projections and atomically claims compatible capacity with replay/conflict
fencing; provider allocation and assignment publication remain.
fencing; `server/agones` now submits and validates namespaced
`GameServerAllocation` responses, including dynamic address/port data;
provider-to-durable claim reconciliation and assignment publication remain.
- [ ] **IN PROGRESS:** Run the Go control plane against PostgreSQL/Redis with
independently runnable API, matcher, allocator and maintenance roles. The
`cmd/control-plane` API role now opens PostgreSQL, applies migrations, wires