Releases: faust-streaming/faust
Releases · faust-streaming/faust
Rocksdb performance improvements
- Peformance improvements in rocksdb by ignore bloom filters within an event context
Support for faust-streaming-rocksdb
New Multithreaded Producer
This release now supports a multithreaded producer for applications using the send_soon
function to send messages on a topic.
Stability fixes
v0.4.1 annotation for this release
Stability fixes
0.4.0 Change requirements from mode to mode-streaming (#65)
v0.2.1
v0.2.0
v0.1.1
v0.1.0
- First release of faust fork
- Replaced robinhood-aiokafka with aiokafka
- Implemented transaction support with aiokafka instead of using the
the MultiTXNProducer in the robinhood-aiokafka version. Note that this new transaction
implementation will create a producer for each kafka group/partition pair