Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
7 results for “Bounded Contexts”
Bounded Queue
A queue with a maximum depth, which converts unbounded latency growth into an explicit rejection you can control.
Cell-Based Architecture
Partitioning a service into complete, independent copies of itself, each serving a subset of customers, so a failure is bounded to one cell.
Key Rotation
Periodically replacing a cryptographic key with a new one while retaining the old for decrypting existing data, so exposure from any single key is bounded.
Lease
Time-bounded leadership or ownership that must be renewed before it expires, so a leader that becomes unreachable automatically relinquishes its role.
Bounded Contexts
Where one model ends and another begins, and why forcing one fails.
Domain-Driven Design
Ubiquitous language, bounded contexts and context mapping.
Chaos Engineering
Hypothesis-driven failure injection with a bounded blast radius.