scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Upgrade cassandra version #102

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Pre-review checklist

mykaul commented 1 year ago

By now 4.1.2 is already available. What's the plan to get this in?

Gor027 commented 1 year ago

By now 4.1.2 is already available. What's the plan to get this in?

Upgrading to 4.1.2 will require more changes related to the recent renaming of the parameters in cassandra.yaml: https://cassandra.apache.org/doc/latest/cassandra/configuration/configuration.html I think it is better to do that in a separate PR.

Gor027 commented 1 year ago

This will also require some changes in scylla-ccm also, to generate proper configuration before starting a cluster.