sarama icon indicating copy to clipboard operation
sarama copied to clipboard

Consumer stops consuming a single partition in a topic

Open nearih opened this issue 2 years ago • 1 comments

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.

nearih avatar Apr 18 '22 05:04 nearih

I also encountered the same problem, did you solve it?

huster-hbl avatar Feb 22 '23 10:02 huster-hbl

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.

github-actions[bot] avatar Aug 18 '23 00:08 github-actions[bot]

@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

dnwe avatar Aug 18 '23 06:08 dnwe

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.

github-actions[bot] avatar Nov 16 '23 08:11 github-actions[bot]

its happening to me with the latest version of sarama v1.43.1 , @nearih did you ever figure out a resolution?

david-bergman avatar Apr 12 '24 05:04 david-bergman