sentinel-tower

Crates.iosentinel-tower
lib.rssentinel-tower
version0.1.0
sourcesrc
created_at2022-11-29 08:56:59.661063
updated_at2022-11-29 08:56:59.661063
descriptionSentinel middleware for Tower
homepagehttps://sentinelguard.io/en-us/
repositoryhttps://github.com/sentinel-group/sentinel-rust/tree/main/middleware/tower
max_upload_size
id725227
size10,836
Peihao Yang (Forsworns)

documentation

https://docs.rs/sentinel-tower/latest

README

Sentinel in Tower

Implement Sentinel as a service in Tower.

In the example directory, we provide an example for tonic.

Why Setinel?

Though tonic::transport::channel::Endpoint does provide methods like rate_limit() to construct middleware like tower::limit::rate::RateLimitLayer(), Sentinel provides more general and flexible high-reliability services.

And Sentinel will be the default traffic governance implentation for the OpenSergo standard.

Commit count: 121

cargo fmt