书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1076 个相关结果.
  • Arrays

    Arrays Multidimensional Arrays Sentinel-Terminated Arrays Arrays test_arrays.zig const expect = @import ( "std" ). testing . expect ; const assert = @import ( "s...
  • Read Me

    Sentinel: 分布式系统的流量防卫兵 Sentinel 是什么? 详细文档 Quick Start 1.在应用中引入Sentinel Jar包 2.定义资源 3.定义规则 4.检查效果 5.启动 Sentinel 控制台 Bugs 和反馈 贡献 Sentinel: 分布式系统的流量防卫兵 Sentinel 是什么? ...
  • 网关流控

    Spring Cloud Gateway Zuul 1.x 网关流控实现原理 网关流控控制台 Sentinel 支持对 Spring Cloud Gateway、Zuul 等主流的 API Gateway 进行限流。 Sentinel 1.6.0 引入了 Sentinel API Gateway Adapter Common 模块,此模块中包...
  • ROLE

    ROLE *Output format *Master output *Output of the command on replicas *Sentinel output *Return value *History *Examples ROLE Available since 2.8.12. Provide informatio...
  • 新手指南

    资源埋点 规则配置 一个完整的示例 欢迎来到 Sentinel 的世界!这篇新手指南将指引您快速入门 Sentinel。 资源埋点 使用 Sentinel 的 Entry API 将业务逻辑封装起来,这一步称为“埋点”。每个埋点都有一个资源名称(resource),代表触发了这个资源的调用或访问。 规则配置 针对埋点资源配置相应的规则,...
  • Slices

    Slices Sentinel-Terminated Slices Slices A slice is a pointer and a length. The difference between an array and a slice is that the array’s length is part of the type and know...
  • 通用配置项

    配置项 若调用初始化函数时未指定配置路径,Sentinel 会尝试从环境变量 SENTINEL_CONFIG_FILE_PATH 中读取配置路径;若不存在,则 Sentinel 会尝试读取项目目录下 sentinel.yml 文件;若仍不存在,则 Sentinel 会从环境变量中读取基本配置(如项目名称),其它配置项采用默认值。 YAML 配置文件...
  • Slices

    Slices Sentinel-Terminated Slices Slices test_basic_slices.zig const expect = @import ( "std" ). testing . expect ; test "basic slices" { var array = [ ...
  • 部署架构

    11.1.2.1 部署架构 11.1.2.1 部署架构 部署架构上采用三台机器,一个Master接受写请求,两个Slave进行数据同步,三台机器上都部署sentinel(一般为奇数个,因为需要绝大部分进行投票才能failover)。(官方示例)具体架构如下图: 注意:如果有条件可以将sentinel多部署几个在客户端所在的应用服务器...
  • ROLE

    ROLE Introduction and Use Case(s) Syntax Parameter Explanations Return Values Code Examples Best Practices Common Mistakes FAQs What happens if I run the ROLE command on a ...