---
title: "Unifying the Gates: Building Flipkart’s Centralized API Gateway for 10x Scale"
url: https://daily.dev/posts/unifying-the-gates-building-flipkart-s-centralized-api-gateway-for-10x-scale-oltdcehoo
source_url: https://blog.flipkart.tech/unifying-the-gates-building-flipkarts-centralized-api-gateway-for-10x-scale-d2023feec352
type: article
source: "Flipkart Tech"
published: 2025-10-25T21:01:37.652Z
updated: 2025-10-25T21:02:03.179Z
tags: ["microservices", "api-gateway"]
reading_time: 7
upvotes: 76
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Unifying the Gates: Building Flipkart’s Centralized API Gateway for 10x Scale

**[Flipkart Tech](https://daily.dev/sources/flipkart)** · 7 min read · 76 upvotes · 2 comments

## Summary

Flipkart built Nexus, a centralized API gateway using open-source APISIX, to replace their fragmented infrastructure where each team managed separate gateway functions. The solution consolidates authentication, rate-limiting, and session management into a unified platform achieving 99.99% availability with sub-10ms p99 latency overhead. The three-plane architecture (management, control, and data planes) uses etcd for real-time configuration updates and deploys across multiple data centers for high availability. The MART organization serves as a case study, showing how Nexus eliminated redundant systems and standardized API management across diverse channels.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.flipkart.tech/unifying-the-gates-building-flipkarts-centralized-api-gateway-for-10x-scale-d2023feec352>

## Community discussion

Top comments from developers on daily.dev.

**@tashvik** · 0 upvotes

> link inaccessible

**@sbecker** · 0 upvotes

> link seem fine now :)

## Similar posts on daily.dev

- [Gateway Federation: How to Manage Multiple API Gateways at Scale](https://daily.dev/posts/gateway-federation-how-to-manage-multiple-api-gateways-at-scale-w1rqc6m6y) · Nordic APIs · 0 upvotes · 0 comments
- [Using an API Gateway with Fine-Grained Authorization](https://daily.dev/posts/using-an-api-gateway-with-fine-grained-authorization-4i7unvhbp) · Auth0 · 6 upvotes · 0 comments

---

Tags: [#microservices](https://daily.dev/tags/microservices), [#api-gateway](https://daily.dev/tags/api-gateway)

[View this post on daily.dev](https://daily.dev/posts/unifying-the-gates-building-flipkart-s-centralized-api-gateway-for-10x-scale-oltdcehoo)
