Skip to content

ECO-ARC-ARCH-014 — Stateful services blocking scaling

  • Category: Architecture (ARC)
  • Family: Architecture (ARCH)
  • Layer: Architecture
  • Tier: 3
  • Severity: warning
  • Tags: state, scaling
  • Legacy ID: ECO-ARCH-014

Summary

Stateful designs make scaling expensive and fragile.

Rationale

State creates coupling that increases baseline and peak waste.

Impact

{
  "confidence": 0.6,
  "notes": "Often structural.",
  "type": "cost"
}

Detection

{
  "languages": [
    "infra"
  ],
  "method": "hybrid"
}

Remediation

{
  "guidance": "Externalize state; use managed stores; reduce coupling.",
  "tradeoffs": "Migration cost."
}

Ontology

{
  "system_layers": [
    "architecture"
  ]
}