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
The upcoming ScyllaDB 5.1 introduces a feature called per-partition rate limiting. In case the (user defined) per-partition rate limit is exceeded, the database will start returning a new kind of error, or fall back to Configuration_error if the driver does not support it.
Because the new error should be propagated to users and handled differently than other errors, the driver should be prepared to accept the new error.
The upcoming ScyllaDB 5.1 introduces a feature called per-partition rate limiting. In case the (user defined) per-partition rate limit is exceeded, the database will start returning a new kind of error, or fall back to Configuration_error if the driver does not support it.
Because the new error should be propagated to users and handled differently than other errors, the driver should be prepared to accept the new error.
Reference implementation in the scylla-rust-driver: scylladb/scylla-rust-driver#549
The text was updated successfully, but these errors were encountered: