sarama
sarama copied to clipboard
Consumer stops consuming a single partition in a topic
Versions
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Sarama | Kafka | Go |
---|---|---|
v1.30.1 | 2.8 | 1.16.5 |
Configuration
Assignment strategy is round robin
What configuration values are you using for Sarama and Kafka?
Logs
When filing an issue please provide logs from Sarama and Kafka if at all
possible. You can set sarama.Logger
to a log.Logger
to capture Sarama debug
output.
logs: CLICK ME
Problem Description
My app consume many topics. I have been running for a month. Right now, it cannot consume one partition from one topic. However, the other topics partitions are still get consumed. I wonder what can cause this partition stick problem. Right now, I resolve it by restarting the application.
I also encountered the same problem, did you solve it?
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.
@huster-hbl @nearih hmm, you’ve seen this with modern versions of sarama? Please can you detail your topics and clients, server version and general config. It’s not immediately obvious to me how this could occur
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.
its happening to me with the latest version of sarama v1.43.1 , @nearih did you ever figure out a resolution?