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
This Week in Fluvio is our weekly newsletter for development updates to Fluvio open source.
- 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.
- Increase default
STORAGE_MAX_BATCH_SIZE
(#2342)
- Sr Rust Engineer (Frontend) [Remote - Global]
- SW Engineer (Cloud services) [Remote - Global]
- Sr SW engineer (Connectors) [Remote - Global]
- Sr Rust engineer (Infrastructure) [Remote - US]
- Developer Advocate [Remote - US timezones +/- 5hr]
- Solutions Architect [Remote - US timezones +/- 5hr]
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.