This Week in Fluvio #32
· One min read
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.
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 isReadCommitted
- latency includes replication but data consistency is stronger. Check out Data Consistency for more details.
Bug fixes
- Increase default
STORAGE_MAX_BATCH_SIZE
(#2342)
Get in touch with us on Github Discussions or join our Discord channel and come say hello! Watch videos on our InfinyOn Youtube Channel
For the full list of changes this week, be sure to check out our CHANGELOG.