MCPcopy
hub / github.com/IBM/sarama / backoff

Method backoff

async_producer.go:802–804  ·  view source on GitHub ↗
(retries int)

Source from the content-addressed store, hash-verified

800}
801
802func (pp *partitionProducer) backoff(retries int) {
803 pp.parent.backoff(retries)
804}
805
806func (p *asyncProducer) backoff(retries int) {
807 var backoff time.Duration

Callers 2

dispatchMethod · 0.95

Calls 1

backoffMethod · 0.45

Tested by

no test coverage detected