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 grpc-io+unsubscribe@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.
In Java, the name resolver's `refresh()` method should be called when a channel experiences a transient error:Can you elaborate more about how you are producing this problem?
On Sun, Jul 16, 2017 at 9:10 PM, <kdm...@gmail.com> 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 grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.
--Spencer Fang