Yaron Schneider

Results 632 comments of Yaron Schneider

Please make sure that this supports load balancing, otherwise we cannot accept this PR. Meaning, if you call between app 1 and app 2 through Dapr and another instance pops...

Also, for the scenario mentioned of transferring a file between two sidecars, why can't users do that with gRPC streaming with Dapr? As Dapr supports streaming naturally all the way...

> Please make sure that this supports load balancing, otherwise we cannot accept this PR. > > Meaning, if you call between app 1 and app 2 through Dapr and...

> Yes, this should have no issue with load balancing. It creates a new stream for each invocation, so it can load balance. Internally, at the wire level, it behaves...

> I don’t think we need `Transfer-Encoding: Chunked`: that is meant for different purposes such as receiving a sequence of messages (like server-side events). This is meant to make service...

> Note that I've not abandoned this PR. I just realized this is very big, and a lot of things won't work well until #4979 is merged. > > I'm...

Logging responses can be very dangerous in terms of IO perf and creating bottlenecks (both for local IO and log sink like Elastic etc.) if there's a high throughput request...

> You never know just how far the request actually made it. I'd argue that rarely do you not know how far the request actually made it. The most common...

Closed via https://github.com/dapr/components-contrib/pull/2222.