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 string representation of error #257

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Fix string representation of error #257

merged 1 commit into from
Oct 24, 2023

Conversation

aermolaev
Copy link
Contributor

This PR fixes the incorrect error output.

was:
ERRO[0000] GoError: Error writing messages., OriginalError: %!w(*net.OpError=&{read tcp 0xc001284000 0xc001284030 0xc0010c80a0})

fixed:
ERRO[0000] GoError: Error writing messages., OriginalError: read tcp 127.0.0.1:52879->127.0.0.1:9092: read: connection reset by peer

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mostafa
Copy link
Owner

mostafa commented Oct 24, 2023

@aermolaev

Thanks for your contribution!

@mostafa mostafa merged commit a99dcc7 into mostafa:main Oct 24, 2023
3 checks passed
@mostafa
Copy link
Owner

mostafa commented Oct 24, 2023

Released in v0.20.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants