feat: reconcile Agones allocations durably

This commit is contained in:
Josh Creek
2026-09-01 09:51:52 +01:00
parent 931e51a647
commit 0023bdab6e
6 changed files with 168 additions and 3 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
projections and atomically claims compatible capacity with replay/conflict
fencing; `server/agones` now submits and validates namespaced
`GameServerAllocation` responses, including dynamic address/port data;
provider-to-durable claim reconciliation and assignment publication remain.
`server/allocator` now requires provider allocation reconciliation into the
durable registry before returning an endpoint; signed roster publication and
live Agones integration 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