github bytewax/bytewax v0.14.0

latest releases: v0.19.1, v0.19.0, v0.18.2...
16 months ago

Overview

  • Dataflow continuation now works. If you run a dataflow over a finite
    input, all state will be persisted via recovery so if you re-run the
    same dataflow pointing at the same input, but with more data
    appended at the end, it will correctly continue processing from the
    previous end-of-stream.

  • Fixes issue with multi-worker recovery. Previously resume data was
    being routed to the wrong worker so state would be missing.

  • The above two changes require that the recovery format has been
    changed for all recovery stores. You cannot resume from recovery
    data written with an older version.

  • Adds an introspection web server to dataflow workers.

  • Adds collect_window operator.

What's Changed

Full Changelog: v0.13.1...v0.14.0

Don't miss a new bytewax release

NewReleases is sending notifications on new releases.