LeaderAndEpoch returns the leader and its epoch for the current topic/partition, as determined by querying the cluster metadata.
(topic string, partitionID int32)
| 59 | // LeaderAndEpoch returns the leader and its epoch for the current |
| 60 | // topic/partition, as determined by querying the cluster metadata. |
| 61 | LeaderAndEpoch(topic string, partitionID int32) (*Broker, int32, error) |
| 62 | |
| 63 | // Replicas returns the set of all replica IDs for the given partition. |
| 64 | Replicas(topic string, partitionID int32) ([]int32, error) |
no outgoing calls
no test coverage detected