Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 355 forks source link

Upgrading embedded Cassandra to 2.1 #597

Open tsteinmaurer opened 8 years ago

tsteinmaurer commented 8 years ago

Are there any plans to upgrade embedded Cassandra to 2.1 or Guava to 16+?

The main pain point at the moment is that in a larger system which also uses Guava, we are stuck with Guava 15 due to a breaking change in Guava 16+ in the RateLimiter class used by Cassandra failing to use Cassandra 2.0 in its embedded flavor for unit tests.

Thanks.

peoplehlj commented 8 years ago

Hi guys,

Are there any plan to let astyanax support Cassandra 2.1. For we have using astyanax for years and currently we want to upgrade Cassandra 2.1, it will make a great help if astyanax could support.

rekhajoshm commented 8 years ago

Similarly, I am using Astyanax wrapper for datastax driver on cassandra 2.0 and plan to move to cassanda 2.1?Not finding any astyanax version that works for cassandra 2.1.Is there one?Please let me know.thanks!