Lorak-mmk opened a new pull request, #4388: URL: https://github.com/apache/cassandra/pull/4388
Rust CQL did not have any commits in 9 years. It doesn't even support protocol V4, and most of the features that a user could expect from the driver - like load balancing or pagination. No reasonable app would use it in production. This PR replaces it with Scylla Rust Driver on the page with recommended drivers. Scylla Rust Driver is actively developed and feature-rich. Even though it is primarily developed for Scylla, we do always make sure it is also compatible with Cassandra and tested with it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

