Tagged articles
4 articles
Page 1 of 1
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 11, 2021 · Backend Development

Essential API Gateway Requirements for Scalable Microservices

This article outlines the core functional and non‑functional requirements of an API gateway—including routing, load balancing, service aggregation, authentication, overload protection, caching, retry, logging, and management—to ensure high performance, availability, and scalability in microservice architectures.

Service Aggregation
0 likes · 14 min read
Essential API Gateway Requirements for Scalable Microservices
21CTO
21CTO
Dec 13, 2017 · Backend Development

Why API Gateways Are Essential for Microservice Architectures

This article explains the role of API gateways in microservice systems, discusses challenges of aggregating data across services, compares single‑node and BFF gateway patterns, evaluates open‑source gateway projects, and proposes a double‑gateway solution for high‑performance, scalable backend integration.

Backend DevelopmentMicroservicesOcelot
0 likes · 12 min read
Why API Gateways Are Essential for Microservice Architectures
Architecture Digest
Architecture Digest
Dec 12, 2017 · Backend Development

Understanding API Gateways in Microservice Architecture and Practical Implementation Options

This article examines the role of API gateways in microservice architectures, discusses challenges of aggregating fine‑grained services for UI needs, compares single‑node and BFF gateway patterns, reviews popular open‑source gateway projects, and proposes a dual‑gateway implementation using OpenResty and Ocelot with CAP for distributed transactions.

Service Aggregationapi-gateway
0 likes · 12 min read
Understanding API Gateways in Microservice Architecture and Practical Implementation Options