Docs.rs
polaris-specification-1.5.4
polaris-specification 1.5.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
houseme
chuntaojun
Dependencies
bytes ^1.4.0
normal
prost ^0.12
normal
prost-types ^0.12
normal
tonic ^0.11.0
normal
prost-build ^0.12
build
tonic-build ^0.11.0
build
Versions
47.04%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module destination_set
polaris_
specification
1.5.4
Module destination_
set
Module Items
Enums
In polaris_
specification::
v1
polaris_specification
::
v1
Module
destination_
set
Copy item path
Source
Expand description
Nested message and enum types in
DestinationSet
.
Enums
§
Resource
需要进行熔断的资源 支持SUBSET(子集群),以及INSTANCE(单个实例),默认为SUBSET
Scope
熔断范围,是否扩散针对相同服务下所有接口进行熔断
Type
熔断决策类型,支持GLOBAL(分布式决策)以及LOCAL(本地决策),默认GLOBAL 当指定为GLOBAL时,则会定期上报统计数据并根据汇总数据进行熔断决策