furniture-bff/docs/architecture/bff-service-boundary.md
2026-02-24 05:26:54 -06:00

14 lines
303 B
Markdown

# Furniture BFF Service Boundary
## Purpose
Preserve BFF as an edge adapter layer that depends on service contracts only.
## BFF Responsibilities
- REST edge exposure
- Service client adaptation
- Correlation/tracing propagation
## Prohibited
- Direct DAL access
- Domain business decision ownership