appcore-distributed-contracts 2.0.0-alpha.1

Versioned distributed wire and coordination contracts for AppCore Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "request_id": "req-1",
  "trace_id": "trace-1",
  "protocol_version": 1,
  "source_core_id": "core-a",
  "target_core_id": "core-b",
  "tenant_id": "tenant-a",
  "cluster_id": "cluster-a",
  "timestamp_ms": 10,
  "expires_at_ms": 20,
  "nonce": "nonce-1",
  "capability": "runtime.query",
  "payload": [104, 101, 108, 108, 111],
  "idempotency_key": null,
  "body_hash": "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824",
  "trace": null
}