Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: avoid logging value of proxy.Dialer #2569

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

prestona
Copy link
Member

@prestona prestona commented Aug 7, 2023

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

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 IBM#2547

Signed-off-by: Adrian Preston <PRESTONA@uk.ibm.com>
@dnwe dnwe merged commit 09c8186 into IBM:main Aug 7, 2023
12 checks passed
@dnwe dnwe added the fix label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sarama panic when enable Net.Proxy
2 participants