Implement client to server streaming
See original GitHub issueHi,
I know client to server streaming is not supported but the other way is according to the readme.
Do you have any plan to add it? It would be really helpful for us as we have to file upload endpoint using streaming.
service FileService {
// Upload a user submitted file
rpc UploadFile (stream UploadFileRequest) returns (UploadFileResponse);
}
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Streaming with gRPC in Java - Baeldung
In this tutorial, we'll focus on gRPC streams. Streaming allows multiplex messages between servers and clients, creating very efficient and ...
Read more >Streaming messages between client and server services ...
Learn how to use gRPC unary calls, server streaming, client streaming, and bidirectional streaming to communicate between Java client and server services ...
Read more >Core concepts, architecture and lifecycle - gRPC
Server streaming RPCs where the client sends a request to the server and gets a stream to read a sequence of messages back....
Read more >gRPC - Server Streaming RPC - Tutorialspoint
Let us now discuss how server streaming works while using gRPC communication. In this case, the client will search for books with a...
Read more >How to Set Up gRPC Server-Side Streaming with Go
This mechanism is implemented in gRPC and it is called streaming. ... Bidirectional streaming: Where both client and server can have ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would be willing to allocate 1-2 engineers on this to create a PR. Any guidelines we should follow so the PR can be accepted smoothly?
What Web API do you plan to use to implement the client side support?
Fetch/stream doesn’t yet support streamed upload. We will be doing some origin trial in chrome to decide if streamed upload will work reliably on Internet.