Skip to content

Fix SubscriptionState AttributeError in KafkaConsumer #2599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

zcc0077
Copy link
Contributor

@zcc0077 zcc0077 commented Apr 29, 2025

fixing error AttributeError: 'SubscriptionState' object has no attribute 'need_offset_reset'. Did you mean: 'request_offset_reset'?

fixing error `AttributeError: 'SubscriptionState' object has no attribute 'need_offset_reset'. Did you mean: 'request_offset_reset'?`
@dpkp dpkp changed the title Update group.py Fix SubscriptionState AttributeError in KafkaConsumer Apr 29, 2025
@dpkp dpkp merged commit c35c161 into dpkp:master Apr 29, 2025
18 checks passed
@dpkp
Copy link
Owner

dpkp commented Apr 29, 2025

Thanks!

@dpkp dpkp linked an issue Apr 29, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error occurs when invoking seek_to_end
2 participants