(...string)
| 562 | offsetFetch(offsetFetchRequestV1) (offsetFetchResponseV1, error) |
| 563 | offsetCommit(offsetCommitRequestV2) (offsetCommitResponseV2, error) |
| 564 | readPartitions(...string) ([]Partition, error) |
| 565 | } |
| 566 | |
| 567 | // timeoutCoordinator wraps the Conn to ensure that every operation has a |
no outgoing calls
no test coverage detected