You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started getting errors of broken pipe and EOF when moved to go1.22. Maybe it coincided with changes on kafka server, want to get some information before passing this problem to company's kafka development team
Consuming messages using Consumer Group.
Want to understand when Broken Pipe error appear for Consumer Groups. When it sends offset to server?
Can this problem be caused of consumer group code. Or its more likely kafka server side error?
The same errors occur in my kafka clients consuming messages by Consumer Group.
The feature is that the usage rate of CPU of kafka client host is high and even up to 100% when the errors occur, which may be a reason causing Broken Pipe.
In addition, the usage rate of CPU, memory or disk I/O of kafka server host seems well during these errors.
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur.
Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
Description
Started getting errors of broken pipe and EOF when moved to go1.22. Maybe it coincided with changes on kafka server, want to get some information before passing this problem to company's kafka development team
Consuming messages using Consumer Group.
Want to understand when Broken Pipe error appear for Consumer Groups. When it sends offset to server?
Can this problem be caused of consumer group code. Or its more likely kafka server side error?
Versions
Configuration
Logs
logs: CLICK ME
Additional Context
The text was updated successfully, but these errors were encountered: