michaelklishin / welle

An expressive Clojure client for Riak with batteries included
http://clojureriak.info
91 stars 26 forks source link

Riak 2.0 & Data Types #30

Open algernon opened 9 years ago

algernon commented 9 years ago

I'm looking into putting Riak into production, but for our use case, we need the new Data Types added in 2.0 (Set, namely). Unfortunately, Welle does not support that yet. I tried my hands at writing the necessary code, but updating the Java client from 1.4.4 to 2.0.0 blew up badly. Nevertheless, if I have a little time, I'll try again, but until then, I'm filing this issue.

Having support for Riak 2.0 would be awesome, working with the library until this point has been an absolute delight.

michaelklishin commented 9 years ago

We need to upgrade the client first, 2.0-specific operations should be fairly straightforward to add. Contributions are very welcomed, of course.

algernon commented 9 years ago

Yeah. I already know how to add the 2.0 ops, that part is very straightforward, but I got stuck at upgrading the java client.

michaelklishin commented 9 years ago

@algernon feel free create a separate issue for that and post the problems you're seeing.