RefreshTransactionCoordinator retrieves the coordinator for a transaction id and stores it in local cache. This function only works on Kafka 0.11.0.0 and higher.
(transactionID string)
| 107 | // RefreshTransactionCoordinator retrieves the coordinator for a transaction id and stores it |
| 108 | // in local cache. This function only works on Kafka 0.11.0.0 and higher. |
| 109 | RefreshTransactionCoordinator(transactionID string) error |
| 110 | |
| 111 | // InitProducerID retrieves information required for Idempotent Producer |
| 112 | InitProducerID() (*InitProducerIDResponse, error) |
no outgoing calls
no test coverage detected