Ori Dagan
Ori Dagan
I propose to change the client behavior for bidi calls so that the response stream will terminate when the server response terminates, independent of the client request stream terminating. I...
The `RpcCallHandler` is not assigned a thread pool, which means only a single request can be handled concurrently. This is a show stopper for high throughput systems. To process the...
This is an issue when the filter performs potentially long running IO because it holds the thread while waiting for a response from the external resource. It would be nice...
**What version of protobuf and what language are you using?** 4.22.0 Language: Python **What runtime / compiler are you using (e.g., python version or gcc version)** python 3.11 **What did...
Some of the runtime and compiler dependencies may conflict with other dependencies (in my case antlr and protobuf) so in some cases it is required to wrap the compilation and...
I see that AST support for comprehensions that include an extra iterVar that is populated with the index (lists) or key (maps) was recently introduced in the expr proto: https://github.com/googleapis/googleapis/commit/24be099a87c35691e18261c0da28f7b711cc6416...