iDev API Gateway开源:高性能云原生API网关

iDev API Gateway Open-Sourced: High-Performance Cloud-Native API Gateway

| iDev Team | 2026-07-22T09:00:00

iDev正式将内部使用的API Gateway项目开源,支持每秒10万请求、亚毫秒延迟。

iDev open-sources its internal API Gateway project, supporting 100K requests per second with sub-millisecond latency.

开源动机iDev API Gateway是iDev内部使用了两年的云原生API网关,处理着iDev Cloud Platform每天超过10亿次的API调用。经过内部充分验证后,iDev决定将其以Apache 2.0协议开源,回馈社区。技术亮点使用Rust编写,单实例支持每秒10万并发请求,P99延迟对比竞品与Kong、APISIX和Envoy相比:延迟更低(Rust原生vs Nginx/Envoy的C++)、内存占用减少40%、配置更简洁。缺点是生态系统和插件数量暂时不如Kong丰富,但核心功能已覆盖90%的企业场景。


Open Source MotivationiDev API Gateway has been used internally for two years, handling over 1 billion daily API calls on iDev Cloud Platform. After thorough internal validation, iDev decided to open-source it under the Apache 2.0 license to give back to the community.Technical HighlightsWritten in Rust, single instance supports 100K concurrent requests per second with P99 latency Competitive ComparisonCompared to Kong, APISIX, and Envoy: lower latency (native Rust vs Nginx/Envoy's C++), 40% reduced memory footprint, simpler configuration. Drawback is a smaller ecosystem and plugin count versus Kong, but core features cover 90% of enterprise scenarios.

← Back to News