Closed seoh closed 8 years ago
Sorry, I did not know about specification.
Hi @seoh,
Thanks for the pull request! :)
It would be useful to have support for backend property ( and some other available props as well http://docs.basho.com/riak/latest/dev/references/http/set-bucket-props/ ). The only thing that it should be optional, I guess.
And yes, we will need to add some tests (in RiakBucketPropertiesSpec
).
Best regards, Dmitry
I use Riak with multiple backend(persistence and cached). but riak-scala-client has no way for backend selector. I implements a quick way, but I think there is a better way to open
RiakBucketProperty
(withoutseal
). How do you think about this?Sorry for my poor English and thanks for your patience.