Re: [grpc-io] Re: grpc stops forward progress if DNS resolve has 0 addresses

2022-08-10 Thread 'Peter Hurley' via grpc.io
Thanks for the reply. > And would it be possible for you to upgrade your gRPC library and try to reproduce this? I didn't see any similar issue (marked fixed or not) in https://github.com/grpc/grpc/issues; we were hoping the community could confirm whether this has been observed and fixed already

[grpc-io] Re: Updates on gRPC C# (Grpc.Core) support

2022-08-10 Thread Ville Vainio
Just pitching in here that this is super important for us, as we are moving from WCF to gRPC specifically to allow gradual movement from legacy .NET to NET5+. I considered screaming loudly during the initial announcement, but apparently other people did that for me in the meantime ;). After

[grpc-io] Re: gRPC C++ how to enforce different authentication for methods in same service

2022-08-10 Thread Philipp T
>How are those authorized people identified? Authorization requires user authentication and it is best done with mTLS. At the moment im using a self signed certificate to authenticate those who should have access to the *YouNeedCreds* method On Monday, 1 August 2022 at 19:20:43 UTC+2

[grpc-io] failover when Deadline Exceeded

2022-08-10 Thread Damon Lee
Hi, I faced the issue that when the server cannot communicate with infras(db, kafka, ...) the client receives deadline exceed error and does not run failover as the failover is triggered only when the server is not connectable. I want to close the connection with deadline exceed and connect to