forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Metadata User-facing getReplicas API changes
If driver have user-facing API to get replica list we need to adapt it to tablets:
- To accomodate tablet requirements new optional parameter
tableshould be added, alternatively another method could be implemented with additionaltableparameter. - If target
tableis nottablet-basedit should returnoldvnode-based result - If target
tableistablet-basedit should return known tablet replicas for given token - if there is no tablet record for given token, it should return empty list
Metadata
Metadata
Assignees
Labels
No labels