Fluvio v0.9.32 Release Notes

Release Date: 2022-07-26 // over 1 year ago
    • Restrict usage of --initial, --extra-params and --join-topic in fluvio consume. Those options only should be accepted when using specific smartmodules. (#2476)
    • 📇 Rename --smartmodule option in fluvio consume to --smart-module. `--smartmodule is still an alias for backward compatibility. (#2485)
    • 🚤 Measure latency for stats using macro. (#2483)
    • Keep serving incoming requests even if socket closed to write. (#2484)
    • 👌 Support async response in multiplexed socket. (#2488)
    • 🔒 Drop write lock before async IO operations. (#2490)
    • ➕ Add Clone trait to DefaultProduceRequest. (#2501)
    • ➕ Add AtMostOnce and AtLeastOnce delivery semantics. (#2503)