Skip to content

Tags: brenotome/faust

Tags

v0.7.8

Toggle v0.7.8's commit message
updating master version

v0.7.7

Toggle v0.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Take with timestamp (faust-streaming#242)

* add full_take

* remove processor remove

* try to add kafka_timestamp

* tweaks

* add

* add extra param

* add offset

* remove offset in this pr

* fix formatting

* add functional tests

* add another unit test and edge case handling

* change buffer type...

Co-authored-by: Vikram Patki <54442035+patkivikram@users.noreply.github.com>

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove wait_first and extra log (faust-streaming#240)

Co-authored-by: Eric Kerstens <ekerstens@expediagroup.com>

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set active_tps in place (faust-streaming#239)

* set active_tps in place

* Cancel getmany during rebalance

* Fix nonetype error

* Check for nonetype

* Fix wait_results coro check

* change == to is

Co-authored-by: Eric Kerstens <ekerstens@expediagroup.com>

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix race condition when buffers are full (faust-streaming#237)

* fix race condition when buffers are full

* fix race condition when buffers are full

* Fix error messages in faust app faust-streaming#166

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Record generation_id after fetch (faust-streaming#235)

Co-authored-by: Eric Kerstens <ekerstens@expediagroup.com>

v0.7.2

Toggle v0.7.2's commit message
update master version

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cancel getmany if generation_id changes (faust-streaming#234)

* Cancel getmany if generation_id changes

* black

Co-authored-by: Eric Kerstens <ekerstens@expediagroup.com>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "fix for out of order events (faust-streaming#228)" (faust-str…

…eaming#232)

This reverts commit 7e3c60c

v0.6.14

Toggle v0.6.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix for out of order events (faust-streaming#228)