Sentinel/sentinel-adapter/sentinel-api-gateway-adapte...
icodening 55ce1a2c11
Add support for customizing ConfigurableRequestItemParser for SC gateway and Zuul adapter (#2542)
* Add ConfigurableRequestItemParser and support customize RequestItemParser
* fluent-style API
2022-01-20 10:37:23 +08:00
..
src Add support for customizing ConfigurableRequestItemParser for SC gateway and Zuul adapter (#2542) 2022-01-20 10:37:23 +08:00
README.md Add sentinel-api-gateway-adapter-common module for universal gateway rule and API definition management 2019-04-23 14:32:29 +08:00
pom.xml Bump version to 1.8.4-SNAPSHOT 2022-01-01 11:00:04 +08:00

README.md

Sentinel API Gateway Adapter Common

The sentinel-api-gateway-adapter-common module provides common abstraction for API gateway flow control:

  • GatewayFlowRule: flow control rule specific for route or API defined in API gateway. This can be automatically converted to FlowRule or ParamFlowRule.
  • ApiDefinition: gateway API definition with a group of predicates