The latest version of Astyanax won't work with Cassandra 2.1+. So you are
better off using Java Driver from Datastax.
/Minh
On Tue, Nov 17, 2015 at 7:29 PM, Lijun Huang wrote:
> Hi All,
>
> I have the similar problem, if I use the Cassandra 2.1 version, which
> Astyanax version is the best one
First glance at their github, it looks like they re-implemented Cassandra
in C++. 90% components in Cassandra are
in scylladb, i.e. compaction, repair, CQL, gossip, SStable.
With C++, I believe this helps performance to some extent up to a point
when compaction has not run yet.
Then, it will be
Hi Jan,
Both Chris and Shane say what I believe the correct thinking.
Just let you know if you base your implementation on Netflix's queue
recipe, there are many issues with it.
In general, we don't advise people to use that recipe so I suggest you to
save your time by not going that same route