Re: [ANN] Kria 0.1.14, an async Clojure Client for Riak 2.0.0.rc1

2014-09-05 Thread David James
I just got around to using the Maven protobuf files instead of using a local copy. Much easier! Thanks for mentioning this, Sean. On Thu, Jul 24, 2014 at 3:48 PM, David James wrote: > Thanks for the feedback! > > I'll take a look at the Maven Central .proto files. > > I started Kria before the

Re: [ANN] Kria 0.1.14, an async Clojure Client for Riak 2.0.0.rc1

2014-07-24 Thread David James
Thanks for the feedback! I'll take a look at the Maven Central .proto files. I started Kria before the new Java client was very far along. I'm glad it now supports async operation. I'll try to take a look. I have had mixed experiences in wrapping Java libraries. I found many hard to understand be

Re: [ANN] Kria 0.1.14, an async Clojure Client for Riak 2.0.0.rc1

2014-07-23 Thread Sean Cribbs
David, Thanks for contributing to the Riak ecosystem! A few notes: Looking over your README, I see you're probably doing some unnecessary work with respect to the .proto files [1]. We generate, package, and deploy all of those on Maven Central [2] specifically so others can use them as you have,

[ANN] Kria 0.1.14, an async Clojure Client for Riak 2.0.0.rc1

2014-07-23 Thread David James
The latest version of Kria, 0.1.14, supports Riak 2.0.0rc1. Kria (a right rotation of "Riak") is an open source asynchronous Clojure driver for Riak 2.0 built on top of Java 7's NIO.2. It uses the Riak protocol buffer interface. https://github.com/bluemont/kria https://clojars.org/kria There are,