Skip to content

Releases: faust-streaming/faust

Rocksdb performance improvements

28 Jan 14:04
Compare
Choose a tag to compare
  • Peformance improvements in rocksdb by ignore bloom filters within an event context

Support for faust-streaming-rocksdb

26 Jan 17:12
Compare
Choose a tag to compare

##0.4.3

Features

  • New Sensor Support to monitor ThreadedProducer
    84
  • Support for new rocksdb library faust-streaming-rocksdb
    85

New Multithreaded Producer

21 Jan 14:31
Compare
Choose a tag to compare

This release now supports a multithreaded producer for applications using the send_soon function to send messages on a topic.

Stability fixes

15 Jan 16:03
6f86b73
Compare
Choose a tag to compare
v0.4.1

annotation for this release

Stability fixes

24 Dec 16:19
e239534
Compare
Choose a tag to compare
0.4.0

Change requirements from mode to mode-streaming (#65)

v0.2.1

13 Nov 15:00
Compare
Choose a tag to compare
  • Prometheus rebalance typo #26
  • Make SCRAM-SHA-256/512 SASL Mechanisms available #29

v0.2.0

13 Nov 14:54
cbccf69
Compare
Choose a tag to compare
  • Hanging of workers on kafka rebalance #21

v0.1.1

11 Nov 15:49
Compare
Choose a tag to compare
  • web bind to should be 0.0.0.0 instead of localhost #24

v0.1.0

05 Nov 08:34
Compare
Choose a tag to compare
  • 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