CloudNativeEra
Ctrlk
  • Introduction
  • 名词解释
  • Computer Science
    • Computer Organization
    • Operating System
    • Computer Network
    • Data Structure and Algorithm
    • 并发编程
  • 系统设计
    • 软件设计
    • 领域驱动设计
    • 微服务与云原生
    • 分布式系统
    • 后端存储设计
    • CI/CD
    • 设计最佳实践
    • 测试
    • 安全
    • 综合
      • 开发实践
      • 分布式锁
      • 分布式计数服务
      • 弹幕系统设计
      • 消息队列设计
      • 分布式ID生成算法
      • 限流设计
      • 网关设计
      • 通用的幂等设计
      • 分布式任务调度
      • 交易系统
      • 权限设计
  • 编程语言
    • 编程语言
    • C & C++
    • Java
    • Java 源码阅读
    • Golang
    • Python
  • 框架/组件/类库
    • Guava
    • RxJava
    • Apache MINA
    • Netty
    • Apache Tomcat
    • MyBatis
    • 限流框架
    • Spring Framework
    • Spring Boot
    • Spring Cloud
    • FixJ
    • Metrics
    • Vert.x
  • 中间件
    • Redis
    • MySQL
    • State Machine
    • 数据库连接池
    • MQ
  • 实际案例
    • 线上 Case
  • 大数据
    • 流计算
    • Flink
  • 其他
    • 工具
    • 读书
    • 论文
    • 工程博客
    • 阅读源码
    • 面试
    • 分享
    • 软技能
    • Todo
  • Blog
    • #算法
    • #架构
    • Design & Dev & Opt
  • Tiny Project
    • A Simple WeChat-like Instant Messaging Platform
由 GitBook 提供支持
在本页

这有帮助吗?

  1. 系统设计
  2. 综合

网关设计

如何设计一个网关?

--

  1. API Gateway / Backends For Frontends

  2. Building Microservices: Using an API Gateway

    1. 微服务网关zuul迁移到spring cloud gateway https://github.com/keets2012/microservice-integration 网关授权和后端服务的整合项目

    2. Spring cloud Gateway

    3. apigateway

    4. Spring cloud Gateway 介绍

    5. Spring cloud Gateway doc

    6. https://github.com/cer/event-sourcing-examples/tree/master/java-spring/api-gateway-service/src/main/java/net/chrisrichardson/eventstore/javaexamples/banking/apigateway

    7. https://github.com/cer/event-sourcing-examples

上一页限流设计下一页通用的幂等设计

最后更新于4年前

这有帮助吗?