Hi Alex, the code bellow is used to set up the Riak Client (if no one is
already started) or share the client with the threads.
public RiakClient getDB() throws UnknownHostException {
if (client == null) {
client = RiakClient.newClient("localhost");
}
return cl
Hi Allexandre,
Could you share your code for setting up the
RiakNode/RiakCluster/RiakClient objects on the Java side, and how you are
sharing them amongst your worker threads?
Thanks,
Alex
Clients Team Lead
On Thu, Apr 13, 2017 at 6:09 PM, Allexandre Sampaio wrote:
> Hi, I'm using Riak TS in a