seninel部署
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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. ```