seninel部署
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Eric Zhao ff5c010a51 Fix flowId offset bug in EnvoySentinelRuleConverter hace 5 años
..
src Fix flowId offset bug in EnvoySentinelRuleConverter hace 5 años
README.md Add Sentinel Envoy RLS server implementation (#1139) hace 5 años
pom.xml Add Sentinel Envoy RLS server implementation (#1139) hace 5 años

README.md

Sentinel Token Server (Envoy RLS implementation)

This module provides the Envoy rate limiting gRPC service implementation with Sentinel token server.

Note: the gRPC stub classes for Envoy RLS service is generated via protobuf-maven-plugin during the compile goal. The generated classes is located in the directory: target/generated-sources/protobuf.

Build

Build the executable jar:

mvn clean package -P prod