riak-scala-client icon indicating copy to clipboard operation
riak-scala-client copied to clipboard

An easy to use, non-blocking, fast Scala client library for interacting with Riak.

Results 17 riak-scala-client issues
Sort by recently updated
recently updated
newest added

I'm trying to run a test on the example project. In `RiakAlbumRepository.scala` I replaced the server's host to one that I have Riak running on: ``` private val albums =...

The java client currently supports builtin optional load balancing using something called a "cluster client". See: https://github.com/basho/riak-java-client/wiki/ClientFactory#http-or-pb-cluster-client In my own projects I've used a "real" load balancer in front of...

enhancement

Running `sbt test` fails with many tests throwing an exception like ``` BucketOperationFailed: Fetch for index "foos_int" with range "0" to "0" in bucket "riak-index-tests-9f9ce1ca-fed2-4207-8966-455be09b3c1e" produced an unexpected response code:...

Riak is supposed to be able to handle binary blobs, although I'll need to have a look at the way this would be encoded over http, maybe base64 or something...

enhancement

Get rif od of the one that doesn't take the content type and only leave: ``` def mapData((String, ContentType) => (String, ContentType) ```

enhancement

Basic instructions on the one single conf setting we offer and soe examples and links for tuning Akka and Spray

enhancement

There should not be any problem with creating a typed bucket implementation that handles conversion to `RiakMeta[T]` internally so you never have to deal with raw `RiakValue` instances. A RiakTypedConflicsResolver...

enhancement