1 रिपॉजिटरी
Extensibility mechanisms for API gateways that allow adding request processing logic at runtime.
Distinct from API Gateways: Focuses on the operational ability to extend a running gateway, whereas the parent is the general architectural pattern.
Explore 1 awesome GitHub repository matching software engineering & architecture · Dynamic Plugin Extensions. Refine with filters or upvote what's useful.
Shenyu is a microservices API gateway designed to route external traffic to backend services using dynamic rules and protocol conversion. It functions as a central entry point that manages traffic flow through a combination of an API traffic governor, a distributed configuration manager, and a security layer for protecting endpoints. The project features a dynamic plugin architecture that allows for the injection of custom request processing logic without restarting the server. It utilizes a distributed coordination service to synchronize routing and policy updates across a gateway cluster in
Allows adding custom request processing logic through dynamically loaded plugins without interrupting service availability.