backtrack5r3

Results 25 comments of backtrack5r3

Note : not fixed in 1.16 using SSE and text/event-stream. The repro repo contains a branch sse to showcase it : https://github.com/tomflenner/dapr-service-to-service-invocation-http-stream-issue/tree/sse See : https://discord.com/channels/778680217417809931/1055270900125138975/1417570967676518552

There is a version of consuming gRPC stream in .NET from a Python gRPC server on this branch : https://github.com/tomflenner/dapr-service-to-service-invocation-http-stream-issue/tree/grpc Currently, the README was not being updated according to the...

Encountered the same here : https://github.com/kaitencloud/traefik-clerk-plugin/issues/2 Any update on this topic ?

Hey @msfussell, will try to at least submit a draft of this and we can iterate over to make it shine 🙏🏻

Additional : we can override STJ configuration in Dapr client for example (from the doc https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-client/dotnet-daprclient-usage/#dependency-injection) ``` services.AddDaprClient(daprBuilder => { daprBuilder.UseJsonSerializerOptions(new JsonSerializerOptions { WriteIndented = true, MaxDepth = 8 });...