seninel部署
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Eric Zhao ff5c010a51 Fix flowId offset bug in EnvoySentinelRuleConverter 5 年前
..
src Fix flowId offset bug in EnvoySentinelRuleConverter 5 年前
README.md Add Sentinel Envoy RLS server implementation (#1139) 5 年前
pom.xml Add Sentinel Envoy RLS server implementation (#1139) 5 年前

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