Hello
1) yes its local only. The driver by default does connect to each host
> though so its pretty trivial to have a load balancing policy that you can
> direct to specific hosts (this should probably be in the driver so people
> dont have to keep reimplementing it).
>
The capability to target a
Hi Paul,
There is a ticket with some work done for upgrading to Guava 26 (
https://issues.apache.org/jira/browse/CASSANDRA-14655 ). It looks like
there are no breaking changes between Guava 26 and 27, so it might just
work if that patch is accepted.
With regards to shading, I'm not sure if there
Hi Sumanth,
I gave a shot at upgrading to Guava 26.0; resolved build issues; about 63
> Unit Tests fail - a lot of them due to a NPE and another bunch due to
> the driver using a method that does not exist in latest Guava.
>
Unfortunately the driver doesn't currently work with Guava 26.0. We hav