Skip to content

v2.3.0: Support for stream backpressuring!

Compare
Choose a tag to compare
@vladholubiev vladholubiev released this 01 Apr 13:30
· 271 commits to master since this release

Now you can pass a highWaterMark parameter to backpressure the stream, so it won't query DDB for more items that you are capable of processing. Special thanks to @Siloss for implementing this!