Re: [grpc-io] Flush dnsmasq cache on IP address failure

2023-07-05 Thread Gmail
Thanks FredericI understand that. But I only want to do it when grpc has a connection failure. Is there an already existing mechanism to do that.?On Jul 5, 2023, at 12:37 PM, Frédéric Martinsons wrote:I think this is totally unrelated to grpc but for what it worth, if you control your dnsmasq,

[grpc-io] 5 Days Left to Submit at Talk for gRPConf 2023

2023-07-05 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community! Time is running out to submit a proposal to speak at gRPConf 2023. The deadline is July 9th (this Sunday). Submit your proposals and find more information HERE ! Spots are still available and topics might

Re: [grpc-io] Flush dnsmasq cache on IP address failure

2023-07-05 Thread Frédéric Martinsons
I think this is totally unrelated to grpc but for what it worth, if you control your dnsmasq, you can use --clear-on-reload option and send a SIGHUP to dnsmasq process to reload the cache. Le mer. 5 juil. 2023, 21:24, Ramanujam Jagannath a écrit : > Backgrounder - Our device connects to an AWS

[grpc-io] Flush dnsmasq cache on IP address failure

2023-07-05 Thread Ramanujam Jagannath
Backgrounder - Our device connects to an AWS static IP. We use dnsmasq on device to provide lookup services for downstream devices. Currently we are planning to use a long. DNS TTL on AWS to avoid too many DNS lookups from on field devices. The on-field devices use a grpc connection to

[grpc-io] Re: GRPC Server Reflection

2023-07-05 Thread 'Eric Anderson' via grpc.io
What language are you using? Why would the gRPC server reflection have any dependency injection? On Saturday, July 1, 2023 at 9:43:05 AM UTC-7 chand...@codeprism.in wrote: > What could be causing the issue where dependency injection is not properly > initializing when invoking rpc call using

[grpc-io] Client disconnect detection over keepAlive?

2023-07-05 Thread Dmitry Gorelov
Hello, Please help to setup the detection of the client disconnect on a server side. I use the document https://github.com/grpc/grpc/blob/master/doc/keepalive.md *and my code on server side is:* ... ServerBuilder builder; builder.AddListeningPort(server_address,