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
I am using a Kafka consumer with manual commit. My application has been running for almost a year, but recently, it started hanging at the consumer.poll() call.
When I dump the stack trace of the threads, I see the following two threads. It seems like there might be a bug in the library causing a deadlock. In the Kafka broker, everything appears to be working normally, and there are no errors.
I have also read [this issue](#1764), but that issue is related to the Kafka broker, whereas my Kafka setup is functioning correctly.
Has anyone encountered a similar issue or found a solution for this?
I am using a Kafka consumer with manual commit. My application has been running for almost a year, but recently, it started hanging at the
consumer.poll()
call.When I dump the stack trace of the threads, I see the following two threads. It seems like there might be a bug in the library causing a deadlock. In the Kafka broker, everything appears to be working normally, and there are no errors.
I have also read [this issue](#1764), but that issue is related to the Kafka broker, whereas my Kafka setup is functioning correctly.
Has anyone encountered a similar issue or found a solution for this?
The text was updated successfully, but these errors were encountered: