forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 38
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
table
should be added, alternatively another method could be implemented with additionaltable
parameter. - If target
table
is nottablet-based
it should returnold
vnode-based result - If target
table
istablet-based
it 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