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 feature was added in the previous release but was not mentioned in last week’s issue.
at-least-once
and at-most-once
in the Producer Client. (#2481)
at-most-once
guarantee or at-least-once
.
The first one is sending without waiting for the response, hence no reaction for errors. The latter one is sending and
retrying until succeeded (with certain assumptions). Check out more details in
Delivery Semantics section.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.