Hi all,
Today Basho released a minor update to Riak and Riak Enterprise
(version 1.4.9). This is a bug-fix release that addresses regressions
with the memory backend and includes enhancements to LevelDB
compaction.
Release notes and package downloads are available below:
- https://github.com/bas
I'm curious if anyone has done work manipulating the JInterface abstractions to
connect to a Riak cluster as if it were a local client? It looks like I could
basically call riak_kv_get_fsm:start_link/4 and use my own pid as the source
(the one I'm using inside the running JVM).
What are the tho