Skip to content

Commit

Permalink
Add reshard_try_stream function
Browse files Browse the repository at this point in the history
This adds support for fallible streams in resharding, so it can operate on `Result<T, E>` rather than just `T`.

Any error that occurs in the input stream is propagated and resharding terminates after that.
  • Loading branch information
akoshelev committed Oct 20, 2024
1 parent 0c276b9 commit 99dbe22
Showing 1 changed file with 250 additions and 72 deletions.
Loading

0 comments on commit 99dbe22

Please sign in to comment.