IS anyone using astyanax with their cassandra along with TOKEN AWARE as in here (cassandra version 1.1.4)
(see Token Aware section) https://github.com/Netflix/astyanax/wiki/Configuration We have maxConnsPerHost 20 right now and 3 seeds for our cluster but astyanax is not discovering any other nodes If so, what version of cassandra and astyanax are you using? For now, we had ot add all nodes ot the seeds list instead so it distributes amongst all nodes. Thanks, Dean