Skip to content

feat: add federated events schema - #240

Open
savme wants to merge 1 commit into
fix/processor-event-activity-divergencefrom
feat/federated-events-schema
Open

savme wants to merge 1 commit into
fix/processor-event-activity-divergencefrom
feat/federated-events-schema

Conversation

@savme

@savme savme commented Sep 14, 2026 •

Copy link
Copy Markdown
Contributor

Activities have no way to record where the underlying event came from - which plane, which cluster. That's needed before events from one edge cluster can be told apart from another's, or from the core control plane's own events.

Adds spec.source (plane type, cluster, region, city) to the Activity type, a source CEL variable so policies can reference it, and the ClickHouse columns to store it. Schema and plumbing only - nothing populates or reads it yet.

Test plan

  • go test ./...
  • task migrations:generate

Related to datum-cloud/compute#100
Depends on #239

Stack:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants