can you use keepalive to make grpc aware of the bad connections? https://github.com/grpc/proposal/blob/master/A8-client-side-keepalive.md
On Tuesday, September 17, 2019 at 1:22:30 PM UTC-7, [email protected] wrote: > > Hey folks, > > My understanding is that a ManagedChannel can have a number of possible > connections backing it. Is there a way to kill all the connections and > restart them without shutting down the ManagedChannel and creating a new > one? > > This has come about due to issues related to > https://github.com/grpc/grpc-java/pull/5599 where I know that the > application is in a bad state and would rather restart all connections than > wait the 15 min for them to timeout. > > Thanks! > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/bc145e50-6ead-4cea-8f6b-5375858d2976%40googlegroups.com.
