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
We have the problem with consumers crash.
It's look like the same problem described in #1466 and #1474
But we have "kafkajs": "2.2.4", module with fix from #1474.
Logs from crashed pod:
Logs from all pods at the same time
Maybe it has something to do with how we commit the offset:
I am also facing same issue, logs shows that consumer crashes after I get this error few times with in a shorter span. @oleh-poberezhets have you found any work around?
I am also facing same issue, logs shows that consumer crashes after I get this error few times with in a shorter span. @oleh-poberezhets have you found any work around?
We will try to test consumers with enabled AutoCommit.
I will let you know when the results are in
Hello
We have the problem with consumers crash.
It's look like the same problem described in #1466 and #1474
But we have
"kafkajs": "2.2.4",
module with fix from #1474.Logs from crashed pod:
Logs from all pods at the same time
Maybe it has something to do with how we commit the offset:
Environment:
The text was updated successfully, but these errors were encountered: