Replicas returns the set of all replica IDs for the given partition.
(topic string, partitionID int32)
| 62 | |
| 63 | // Replicas returns the set of all replica IDs for the given partition. |
| 64 | Replicas(topic string, partitionID int32) ([]int32, error) |
| 65 | |
| 66 | // InSyncReplicas returns the set of all in-sync replica IDs for the given |
| 67 | // partition. In-sync replicas are replicas which are fully caught up with |
no outgoing calls