Description
The documentation for transaction.timeout.ms is
The maximum amount of time in ms that the transaction coordinator will wait for a transaction status update from the producer before proactively aborting the ongoing transaction. If this value is larger than the transaction.max.timeout.ms setting in the broker, the request will fail with a <code>InvalidTxnTimeoutException</code> error.
It would be easier to reason about this timeout if the documentation would elaborate on when the timer starts ticking and under what circumstances it might reset.
Attachments
Issue Links
- links to