grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

gRPC for .NET

Results 191 grpc-dotnet issues
Sort by recently updated
recently updated
newest added

Hey folks, I'm an engineer on the open source platform team at Pulumi and trying to debug an issue that's a little outside my wheelhouse. We have folks using .NET...

`Grpc.Tools` uses msbuild to integrate protoc into .NET projects. Using protoc has pros and cons: * Pros: Works today, handles all versions of Protobuf, well tested, maintained by Protobuf team...

enhancement

See https://github.com/grpc/grpc-dotnet/pull/1825 and its discussion. No other languages have been updated to v1 yet. We should wait until there is a plan.

enhancement

### Is your feature request related to a problem? Please describe. We have noticed that the .NET implementation has no support for xDS yet https://grpc.github.io/grpc/core/md_doc_grpc_xds_features.html https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol#xds-protocol ### Describe the...

enhancement

See https://github.com/grpc/grpc-dotnet/pull/1853#issuecomment-1223765065 Consider updating two load balancers to clear all subchannels when resolver successfully resolves no addresses.

bug

Fixes https://github.com/grpc/grpc-dotnet/issues/1832 tl;dr; HTTPS proxy tunnels a request through another request. This is different from the standard behavior to open a socket. Fallback to passive connectivity when HTTPS proxy tunnel...

Hello, I have some endpoints which I marked as 'deprecated'. Is it possible to see that from the perspective of a client calling the endpoint? Also, is it possible to...

question

Hi @JamesNK We have already set tasks related to balancing. You corrected them and now everything works as it should. We successfully wrote our own balancers and even transferred about...

bug

Is there a way to use PostConfigure so that all clients in a service created through dependency injection will have their address changed based on a setting? I am modifying...

question

I understand that we can create a custom load balancer as per https://learn.microsoft.com/en-us/aspnet/core/grpc/loadbalancing?view=aspnetcore-5.0#create-a-custom-load-balancer. I want to create a load balancer that sends requests to the endpoint with the least number...

question