Hi folks, A quick question about Go GRPC: if a balancer returns an address that it desires a connection to, and GRPC cannot connect to that address, how does the balancer get notified? Does GRPC call Up() and then down() for that connection?
In other words, as a balancer, how do I tell the difference between an address that is simply waiting to connect and one that has been failing to connect for some time: do I need to keep track of the time delta between when the Notify channel asks for the address to be connected and when Up() is called? Thanks, Zellyn -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/cdd3e49d-5bc8-4765-a86f-9477db0c8fa1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
