This Week in Fluvio #32

May 11, 2022

Fluvio is a distributed, programmable streaming platform written in Rust.

This Week in Fluvio is our weekly newsletter for development updates to Fluvio open source.

Please subscribe to This Week in Fluvio to receive new posts in your inbox

Subscribe

This Week in Fluvio is our weekly newsletter for development updates to Fluvio open source.

 

New release

 

Performance improvements

  • In the previous week, we added in #2302 an ability to specify for Consumers and Producers which level of isolation to use. Isolation, basically, is a trade-off between latency and guarantees. If your workload needs low latency, but you can tolerate some losses, ReadUncommitted is recommended option for you. An alternative is ReadCommitted - latency includes replication but data consistency is stronger. Check out Data Consistency for more details.
 

Bug fixes

  • Increase default STORAGE_MAX_BATCH_SIZE (#2342)
 

Open positions


Get in touch with us on Github Discussions or join our Discord channel and come say hello!

For the full list of changes this week, be sure to check out our CHANGELOG.