Spinoco / fs2-cassandra

Asynchronous, fully functional Cassandra driver implemented in fs2
https://spinoco.github.io/fs2-cassandra/
MIT License
18 stars 8 forks source link

Explore possibility to remove dependency on java driver #19

Open pchlupacek opened 5 years ago

pchlupacek commented 5 years ago

Cassandra java driver has quite freaking concurrency model. Perhaps we can do better with ByteVector codec for cassandra protocol and own connection // concurrency model.

This is to explore if it can be done, and what drawbacks // advantages this will bring