seninel部署
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Eric Zhao ff5c010a51 Fix flowId offset bug in EnvoySentinelRuleConverter 5 anos atrás
..
src Fix flowId offset bug in EnvoySentinelRuleConverter 5 anos atrás
README.md Add Sentinel Envoy RLS server implementation (#1139) 5 anos atrás
pom.xml Add Sentinel Envoy RLS server implementation (#1139) 5 anos atrás

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