Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ScyllaDB's per partition rate limiting's new error #70

Open
piodul opened this issue Oct 11, 2022 · 0 comments
Open

Add support for ScyllaDB's per partition rate limiting's new error #70

piodul opened this issue Oct 11, 2022 · 0 comments

Comments

@piodul
Copy link

piodul commented Oct 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant