Skip to main content

is_read_repairs_enabled

Function is_read_repairs_enabled 

Source
pub fn is_read_repairs_enabled() -> bool
Expand description

True when read repairs are enabled cluster-wide.

Defaults to false, matching the reference engine’s initial value of g_read_repairs_enabled.

§Examples

use dynomite::msg::is_read_repairs_enabled;
// Default state is "disabled".
let _ = is_read_repairs_enabled();