You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using lwt results in an error message: Consistency level for LWT is missing for a request with conditions. We should consider picking a sensible default value in order to improve the user experience of the driver.
I suggest changing the default to LOCAL_SERIAL, following the Rust Driver reasoning in the related PR:
This series adds a default serial consistency level for queries - LocalSerial. The decision is based on the fact that LocalSerial is the one that provides acceptable performance. Users interested in strong, cross-dc consistency - which could also cause prohibitive latencies - should override to Serial.