Skip to content

How to use streaming methods with cats effect? (IO, fs2.Stream) #202

Answered by Baccata
efim asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @efim. As you may have guessed, the tl;dr is that streaming-aware interpreters are not currently available.

One could certainly implement such interpreters in userland without smithy4s having to change, as all the required information that would allow to support this usecase is already available in the generated code, but implementing interpreters does require the implementor to be comfortable with quite non-trivial, high level abstractions that are currently undergoing significant changes (for the better : we're aiming to simplify a little bit some of the concepts to make it easier for folks to implement interpreters).

We'd certainly appreciate external contributions to move the needl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by efim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants