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

Generic Stream support for OOP languages #1814

Open
mamaso opened this issue Aug 22, 2017 · 2 comments
Open

Generic Stream support for OOP languages #1814

mamaso opened this issue Aug 22, 2017 · 2 comments

Comments

@mamaso
Copy link
Contributor

mamaso commented Aug 22, 2017

Other issues related to Node streaming, read these for some context:
#1361
#660

We need to provide a generic stream abstraction in the RPC layer, which can provide stream inputs to various language workers (node, C#, Java, python, etc).

Need to investigate how streaming functionality may differ across languages - a concrete implementation for node may be the first priority, but we want to create that with other language in mind.

We need to consider how to handle streams as both a top level binding input (i.e. bind to the bytes in my blob), and a property in a property bag object (body property of an http message accessed as a stream).

@mamaso
Copy link
Contributor Author

mamaso commented Aug 22, 2017

@vjrantal

@vjrantal
Copy link

Here is one idea about what a Node.js function with input and output streams could potentially look like https://gist.github.com/vjrantal/28b7521a4b22644c357145b7070c9986.

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

4 participants