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

Streaming protocol #61

Open
sunng87 opened this issue Jul 19, 2017 · 0 comments
Open

Streaming protocol #61

sunng87 opened this issue Jul 19, 2017 · 0 comments

Comments

@sunng87
Copy link
Owner

sunng87 commented Jul 19, 2017

Grpc streaming rpc is a fun idea for doing rpc.

The client may send a few continuous requests segments before it asking server to response. And vice versa for the server. It's also possible to do it bidirectional.

This requires an upgrade of our wire protocol.

The API requires some design too. We may use a special lazy-seq to do it transparently. And helpers will be needed to create such kind of lazy-seq.

Another idea is to use core.async chans for streaming data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant