pub fn is_read_repairs_enabled() -> boolExpand 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();