Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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