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
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
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,
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,