seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 568B

123456789101112131415
  1. # Sentinel Token Server (Envoy RLS implementation)
  2. This module provides the [Envoy rate limiting gRPC service](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_features/global_rate_limiting#arch-overview-rate-limit) implementation
  3. with Sentinel token server.
  4. > Note: the gRPC stub classes for Envoy RLS service is generated via `protobuf-maven-plugin` during the `compile` goal.
  5. > The generated classes is located in the directory: `target/generated-sources/protobuf`.
  6. ## Build
  7. Build the executable jar:
  8. ```bash
  9. mvn clean package -P prod
  10. ```