Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
802
func
(pp *partitionProducer) backoff(retries int) {
803
pp.parent.backoff(retries)
804
}
805
806
func
(p *asyncProducer) backoff(retries int) {
807
var
backoff time.Duration
Callers
2
updateLeaderIfBrokerProducerIsNil
Method · 0.95
dispatch
Method · 0.95
Calls
1
backoff
Method · 0.45
Tested by
no test coverage detected