Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid logging value of proxy.Dialer
If Go's logging implementation is plugged into Sarama then it will introspect the contents of the Dialer, potentially giving rise to concurrent access to a map used to implement the dialer. Fixes #2547 Signed-off-by: Adrian Preston <[email protected]>
- Loading branch information