Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for connect-and-resume conduits #748

Closed
endgame opened this issue Jan 21, 2022 · 1 comment
Closed

Support for connect-and-resume conduits #748

endgame opened this issue Jan 21, 2022 · 1 comment
Milestone

Comments

@endgame
Copy link
Collaborator

endgame commented Jan 21, 2022

In amazonka-s3-streaming, @axman6 accepts a stream of data to send to S3 as a multipart upload. To send each upload, the library must first draw from the stream to create a request body.

In conduit, connect-and-resume streams are their own separate type, which means we probably want to think about handling them separately - perhaps by taking in a SealedConduitT and a maximum number of bytes to read?

@endgame endgame added this to the 2.0 milestone Jan 21, 2022
@mbj mbj mentioned this issue Jan 24, 2022
@endgame
Copy link
Collaborator Author

endgame commented Nov 3, 2022

This is probably not necessary: we would just be doing the same sealing/unsealing behaviour that anyone else could do with conduit themselves. That should be a separate library in the conduitverse.

@endgame endgame closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant