Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking: rename RecordTimeout to RecordDeliveryTimeout
This is closer to Kafka's naming of delivery.timeout.ms, but we keep the Record prefix for two reasons: 1) delivery timeout is a bit ambiguous as to _what_ is being delivered, 2) godoc will alphabetically organize this option close to the other record options. The new name better implies the purpose of this option / what it is doing.
- Loading branch information