furniture-bff/docs/architecture/bff-service-boundary.md
2026-02-25 13:13:56 -06:00

15 lines
361 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
- Single active edge protocol policy enforcement (`rest`)
## Prohibited
- Direct DAL access
- Domain business decision ownership