Extract Protocol Buffers interface from KV#138
Conversation
There was a problem hiding this comment.
Just a reminder to make sure this get set back to master before merge.
|
These changes look good to me, +1. |
|
I wonder about the |
|
The other problem is that if they simply use the old version of the config then riak fails to start at all with ugly errors. I made a comment about more helpful error messages in that regard on the |
|
I agree. I'm going to fix |
|
Hopefully this fixes the upgrade path, need to test still. |
|
The recent +1 to merge. |
…tion Tweak python build to work with either Python 2 or 3 Reviewed-by: lukebakken
This is part of a series of pull-requests to extract the Protocol Buffers interface from
riak_kvand make it available to all applications in an unobtrusive manner.Related: basho/riak_kv#321
This specific pull-request adjusts app.config to move settings into the new
riak_api, enables R15B01 support, and temporarily points theriak_kvdependency at the branch that includes the refactoring.The Java and Python clients test suites should pass against this refactoring. Ruby and Erlang clients test suites fail because they directly modify the server or its configuration. Manual testing and benchmarking is encouraged.