Tag

Dynamic Routing

0 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Mar 6, 2025 · Backend Development

Design and Implementation of Ctrip's Soft Load Balancer: Evolving from Nginx Reverse Proxy to an OpenResty‑Based API Gateway

This article details how Ctrip's Soft Load Balancer (SLB) transitioned from a simple Nginx reverse‑proxy to a multi‑datacenter, dynamic routing gateway using OpenResty, Lua scripts, and a three‑layer architecture that eliminates reloads and supports high‑frequency configuration updates.

API GatewayDynamic RoutingLoad Balancing
0 likes · 14 min read
Design and Implementation of Ctrip's Soft Load Balancer: Evolving from Nginx Reverse Proxy to an OpenResty‑Based API Gateway
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 24, 2024 · Backend Development

Master Dynamic Multi-DataSource Switching in Spring Boot 2.7

This tutorial explains why enterprise applications need multiple data sources, outlines the scenarios such as business isolation, migration, performance and maintainability, and provides a step‑by‑step implementation of dynamic data source routing in Spring Boot using custom context holders, routing classes, annotations, aspects, configuration, and web‑request control.

Dynamic RoutingJavaSpring Boot
0 likes · 12 min read
Master Dynamic Multi-DataSource Switching in Spring Boot 2.7
Bilibili Tech
Bilibili Tech
Nov 10, 2023 · Game Development

Design and Implementation of a Multi‑Container Hot‑Update Solution for Game SDKs

The multi‑container hot‑update framework designed for Bilibili’s game SDKs combines a dynamic routing protocol with plugin, dynamic‑template, and web containers, enabling rapid feature delivery, low‑cost gray‑rollouts across platforms, high installation success, and mitigated integration pitfalls, thereby improving stability and operational efficiency.

Dynamic RoutingHot UpdateMulti-Container
0 likes · 21 min read
Design and Implementation of a Multi‑Container Hot‑Update Solution for Game SDKs
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 24, 2023 · Backend Development

How to Dynamically Manage Spring Cloud Gateway Routes with Nacos

This tutorial explains how to configure Spring Cloud Gateway, set up static routes, and then use Nacos for dynamic route management by adding dependencies, configuring bootstrap.yml, defining JSON route data, and implementing a listener bean to refresh routes without restarting the service.

Dynamic RoutingNacosSpring Boot
0 likes · 8 min read
How to Dynamically Manage Spring Cloud Gateway Routes with Nacos
Efficient Ops
Efficient Ops
Dec 15, 2022 · Backend Development

Unlocking GraphQL Power with Apache APISIX: Dynamic Routing Explained

This article introduces GraphQL, explains its adoption by GitHub, discusses its challenges, and demonstrates how Apache APISIX can perform fine‑grained GraphQL routing with practical code examples and future enhancement ideas.

API GatewayAPISIXDynamic Routing
0 likes · 9 min read
Unlocking GraphQL Power with Apache APISIX: Dynamic Routing Explained
Architecture Digest
Architecture Digest
Sep 1, 2022 · Backend Development

Building a Spring Cloud Gateway Service with Dynamic Routing Using Nacos

This tutorial demonstrates how to set up a Spring Cloud Gateway service with static route configuration, then extend it to support dynamic routing through Nacos, and finally implement custom authentication and global filters using Java and Spring Boot.

AuthenticationBackendDynamic Routing
0 likes · 11 min read
Building a Spring Cloud Gateway Service with Dynamic Routing Using Nacos
Top Architect
Top Architect
Aug 16, 2022 · Backend Development

Spring Cloud Gateway: Service Gateway Basics, Deployment, Routing, Filters, Nacos Integration, Apollo Dynamic Configuration, and Global Exception Handling

This comprehensive guide explains why a service gateway is needed in microservice architectures, details Spring Cloud Gateway's core concepts, deployment steps, route and predicate configurations, local and global filters, integration with Nacos for service discovery, dynamic routing via Apollo, and custom global exception handling, providing code examples throughout.

ApolloDynamic RoutingJava
0 likes · 24 min read
Spring Cloud Gateway: Service Gateway Basics, Deployment, Routing, Filters, Nacos Integration, Apollo Dynamic Configuration, and Global Exception Handling
Zhuanzhuan Tech
Zhuanzhuan Tech
Jun 16, 2022 · Frontend Development

Frontend SDK Design and Integration for a Unified Permission System

This article explains how to design a unified permission system's frontend SDK, detailing its core APIs, integration methods for standard React and Umi projects, dynamic route generation, and menu/button level permission controls, accompanied by practical code examples.

Dynamic RoutingReactSDK
0 likes · 9 min read
Frontend SDK Design and Integration for a Unified Permission System
Top Architect
Top Architect
Apr 22, 2022 · Backend Development

Building a Spring Cloud Gateway Service with Dynamic Routing via Nacos and Authentication Filter

This article demonstrates how to set up a Spring Cloud Gateway service using SpringBoot 2.1, configure static routes, implement dynamic routing through Nacos configuration listening, and create a custom authentication GlobalFilter, providing a step‑by‑step guide with Maven dependencies, YAML/JSON examples, and full Java code.

Authentication FilterBackendDynamic Routing
0 likes · 12 min read
Building a Spring Cloud Gateway Service with Dynamic Routing via Nacos and Authentication Filter
Top Architect
Top Architect
Feb 5, 2022 · Backend Development

Building a Spring Cloud Gateway Service with Nacos Dynamic Routing and Authentication Filter

This tutorial explains how to quickly set up a Spring Cloud Gateway service, configure static and Nacos‑driven dynamic routes, and implement a Redis‑backed authentication filter that validates tokens, refreshes expiration, and forwards user information to downstream services.

Authentication FilterDynamic RoutingJava
0 likes · 11 min read
Building a Spring Cloud Gateway Service with Nacos Dynamic Routing and Authentication Filter
Top Architect
Top Architect
Dec 25, 2021 · Backend Development

Building a Spring Cloud Gateway with Dynamic Routing via Nacos and Implementing Authentication Filters

This tutorial demonstrates how to set up a Spring Cloud Gateway using Spring Boot 2.1, configure static and Nacos‑driven dynamic routes, and create a custom authentication GlobalFilter that validates tokens against Redis, providing a complete guide for backend developers to implement secure, flexible routing.

Authentication FilterDynamic RoutingJava
0 likes · 9 min read
Building a Spring Cloud Gateway with Dynamic Routing via Nacos and Implementing Authentication Filters
Sohu Tech Products
Sohu Tech Products
Dec 22, 2021 · Frontend Development

General Architecture Plan for a Vue‑based Backend Management System

This article presents a comprehensive guide to building a generic backend management system with Vue, covering project initialization using Vite or Vue‑CLI, code standards, CSS architecture (ITCSS, BEM, ACSS), JWT authentication, dynamic menu and route generation, RBAC, caching, and component templating.

Admin SystemCSS ArchitectureDynamic Routing
0 likes · 28 min read
General Architecture Plan for a Vue‑based Backend Management System
Selected Java Interview Questions
Selected Java Interview Questions
Dec 21, 2021 · Cloud Native

Building a Spring Cloud Gateway Service with Dynamic Routing via Nacos and Authentication Filter

This tutorial explains how to create a Spring Cloud Gateway service, configure static and dynamic routing using Nacos, and implement a custom authentication filter with Redis token validation, providing a step‑by‑step guide for backend developers building cloud‑native microservice gateways.

AuthenticationDynamic RoutingJava
0 likes · 12 min read
Building a Spring Cloud Gateway Service with Dynamic Routing via Nacos and Authentication Filter
Sohu Tech Products
Sohu Tech Products
Sep 1, 2021 · Frontend Development

Comprehensive Architecture Guide for a Generic Backend Management System Using Vue and Vite

This article presents a detailed architecture solution for building a generic backend management system with Vue, covering project scaffolding choices, Vite configuration, ESLint/Prettier setup, CSS architecture (ITCSS, BEM, ACSS), JWT authentication, dynamic menu design, RBAC, route registration, component caching, and template generation using Plop.

CSS ArchitectureDynamic RoutingJWT
0 likes · 32 min read
Comprehensive Architecture Guide for a Generic Backend Management System Using Vue and Vite
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 9, 2021 · Backend Development

How to Dynamically Configure Routes in Spring Cloud Gateway with Zuul and Nacos

This guide explains how to locate and customize route locators in Spring Cloud Gateway by examining ZuulServerAutoConfiguration and SimpleRouteLocator, then shows how to implement a custom route locator using Nacos as a configuration center, including code examples and necessary YAML settings.

Dynamic RoutingNacosSpring Cloud Gateway
0 likes · 3 min read
How to Dynamically Configure Routes in Spring Cloud Gateway with Zuul and Nacos
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 28, 2021 · Backend Development

How to Dynamically Update Spring Cloud Zuul Static Routes with Nacos

Learn how to configure Spring Cloud Zuul to load static routing rules from Alibaba Nacos without restarting the service, by extending SimpleRouteLocator, creating a custom RefreshableRouteLocator, and wiring beans and configuration files for real‑time route updates.

Dynamic RoutingJavaNacos
0 likes · 7 min read
How to Dynamically Update Spring Cloud Zuul Static Routes with Nacos
Top Architect
Top Architect
Apr 2, 2021 · Backend Development

Design and Implementation of a High‑Performance API Gateway Using Spring WebFlux and Nacos

This article describes the end‑to‑end design, implementation, and testing of a high‑throughput, extensible API gateway built with Spring WebFlux, Netty, Nacos service discovery, dynamic routing, load‑balancing, authentication plugins, and WebSocket‑based configuration synchronization.

API GatewayDynamic RoutingJava
0 likes · 19 min read
Design and Implementation of a High‑Performance API Gateway Using Spring WebFlux and Nacos
政采云技术
政采云技术
Oct 11, 2020 · Frontend Development

In‑Depth Analysis of Vue‑Router Source Code and Dynamic Route Permission Implementation

This article provides a comprehensive walkthrough of the Vue‑Router source code, explaining its initialization, matcher creation, routing modes, navigation methods, router‑view and router‑link components, and demonstrates how to implement dynamic route permission control using Vuex and global navigation guards.

Dynamic RoutingFlowJavaScript
0 likes · 27 min read
In‑Depth Analysis of Vue‑Router Source Code and Dynamic Route Permission Implementation
Didi Tech
Didi Tech
Sep 25, 2020 · Artificial Intelligence

Demand‑Responsive Bus Service: Architecture, Business Model, and Scheduling Engine

DiDi’s demand‑responsive bus platform combines a three‑layer service model, static and dynamic scheduling, a VRP‑based matching engine, and an open API to deliver flexible, real‑time ride‑pooling across varied scenarios while reducing partner development costs and supporting recruitment of engineers.

AI optimizationDynamic Routingdemand-responsive bus
0 likes · 14 min read
Demand‑Responsive Bus Service: Architecture, Business Model, and Scheduling Engine