-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per Producer there is a goroutine leaked. The goroutine is used for the partition auto-discovery and will never exit. This changes the goroutine to be properly exiting after a Close() on the producer.
- Loading branch information
1 parent
1f212f5
commit 65cb19a
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters