Crate scylla_proxy
source ·Re-exports§
pub use proxy::get_exclusive_local_address;
Modules§
Structs§
- Describes what to with the given <something> (frame), how to transform it and after what delay.
- A rule describing what actions should the proxy perform with the received request frame and on what conditions.
- A rule describing what actions should the proxy perform with the received response frame and on what conditions.
- A handle that can be used to stop the proxy or change the rules.
Enums§
- Specifies when an associated Reaction will be performed. Conditions are subject to logic, with
not()
,and()
andor()
convenience functions. - Specifies proxy’s behaviour regarding shard awareness.
Traits§
- Just a trait to unify API of both RequestReaction and ResponseReaction. As they are both analogous, I will describe them here.