AlexPikalov / cdrs

Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Apache License 2.0
342 stars 58 forks source link

Add multi protocol versions support #144

Open AlexPikalov opened 7 years ago

AlexPikalov commented 7 years ago

We'd like to provide support for multiple binary protocols in order to cover older as well as newer Apache Cassandra versions.

AlexPikalov commented 7 years ago

Version 3 - PR submitted #145