In Java, the name resolver's `refresh()` method should be called when a channel experiences a transient error: https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/internal/ManagedChannelImpl.java#L603
Can you elaborate more about how you are producing this problem? On Sun, Jul 16, 2017 at 9:10 PM, <[email protected]> wrote: > We implement a resolve plugin, we expect that if the connection failed n > time, it will resolve address again. but it has never happened in our case. > Does gRPC support that? > > -- > 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]. > Visit this group at https://groups.google.com/group/grpc-io. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/grpc-io/5ed8ffc2-e378-40a3-b4f6-7fb31c720b66%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/5ed8ffc2-e378-40a3-b4f6-7fb31c720b66%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Spencer Fang -- 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]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAK%3D-x_4yee_OEOPgYWJCv26z1XvSXzj-zLw9BSjFPmK0D%2B-SbA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
