Skip to content
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

Fix dropped messages when topic backpressure is enabled (#88) #89

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

bobh66
Copy link
Contributor

@bobh66 bobh66 commented Jan 28, 2021

Description

Fixes #88

Consumer.getmany() should continue to yield messages from the TopicBuffer as long as the topic is in available_partitions or buffered_partitions

@patkivikram patkivikram merged commit 5263720 into faust-streaming:master Jan 29, 2021
patkivikram added a commit that referenced this pull request Jan 29, 2021
* Restore tox configuration and enable unit tests (#79)

* Restore tox configuration and enable unit tests (#79)

* Restore tox configuration and enable unit tests (#79)

* Restore tox configuration and enable unit tests (#79)

* Fix rocksdb tests

* Fix dropped messages when topic backpressure is enabled (#88) (#89)

* Restore tox configuration and enable unit tests (#79)

* Fix rocksdb tests

Co-authored-by: Vikram Patki <54442035+patkivikram@users.noreply.github.com>
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.

Messages are dropped by the Consumer when buffer full condition occurs
2 participants