Flipkart Marketplace Platform · View 02 of 25 · 1 · Context and scope
Decisions
- Domain-oriented services on one AKS fleet, not a monolith and not 4,000 microservices
- Read paths are cached at every hop; only inventory, payment and order state are read through to their system of record
- Cross-domain communication is event-first — a synchronous call is allowed only when the caller genuinely cannot continue without an answer
Targets
- 99.99% on the customer-facing critical path, 99.9% on seller and analytics surfaces
- p95: search 300 ms, product page 300 ms, cart 200 ms, checkout 500 ms
- Payment confirmation within a few seconds, bounded by the rail rather than by us
Deliberately omitted
- Every store and topic — see acts 3 and 4
- Failure paths — see the order lifecycle and the degradation matrix
- Ads and monetisation, which ride the same discovery surfaces but are a separate architecture