Crate scylla_proxy

source ·

Structs

Describes what to with the given (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() and or() 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.