Interesting patterns to consume ZIO Streams
“
In this post, we will see some of ZStream
consumptions patterns by composing multiple ZSink
s together in different ways
“
In this post, we will see some of ZStream
consumptions patterns by composing multiple ZSink
s together in different ways
ZIO-Streams is a library for purely functional, asynchronous, concurrent stream processing in Scala. It is built on top of ZIO. Additionally, it implements the Reactive Streams specification. This means that ZIO-Streams can be used with other libraries that implement the same specification.
This is an introductory post to ZIO-Streams. I will cover the basics of ZIO-Streams.