This Week in Fluvio #40
· 2 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.
Please subscribe to This Week in Fluvio to receive new posts in your inbox SUBSCRIBE_BUTTON
BANNER
New release
New features
- Support async response in multiplexed socket. (#2488)
- Rename
--smartmodule
option influvio consume
to--smart-module
. `--smartmodule is still an alias for backward compatibility. (#2485)
Performance improvements
- Drop write lock before async IO operations. (#2490)
- Add
Clone
trait toDefaultProduceRequest
. (#2501) - Add
AtMostOnce
andAtLeastOnce
delivery semantics. (#2503)
Bug fixes
- Restrict usage of
--initial
,--extra-params
and--join-topic
influvio consume
. Those options only should be accepted when using specific smartmodules. (#2476) - Keep serving incoming requests even if socket closed to write. (#2484)
Developer experience improvements
- Measure latency for stats using macro. (#2483)
Upcoming events
- The date of our webinar has changed. It is now at Tue, Aug 16, 2022 10:00 AM - 10:30 AM PDT
Open positions
- 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.