basho / riak-java-client

The Riak client for Java.
Apache License 2.0
267 stars 158 forks source link

Is the Riak java client still active? #720

Closed busbey closed 3 years ago

busbey commented 3 years ago

I'm a maintainer on the YCSB project and I'm attempting to do a pass updating the various data store bindings we have in the project.

We have a riak KV binding but it hasn't really been updated since Apr 2016. It looks like the latest riak java client artifacts in maven central are also from 2016.

Is there a different maven repository I should point folks towards for a more recent release? Is there an updated release planned?

martinsumner commented 3 years ago

The riak clients no longer have any active support. The riak database continues to be supported and developed as an open source produce, just not the clients.

The new versions of Riak should remain backwards compatible with the old versions of the client, it is just new features which will be unavailable.

busbey commented 3 years ago

thanks for the answer!