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.
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: