Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: AsyncProducer retryBatch causes goroutines to be leaked
retryBatch caused the brokerRefs count to be incremented (getBrokerProducer), but it is never decremented again, so the goroutines related to the brokerProducer are leaked.
- Loading branch information